wso2developerstudio

maven build for WSo2 artifacts

我是研究僧i 提交于 2020-01-16 08:46:24
问题 I can export below carbon project from the developer studio , but not using maven on command prompt. There are two modules embedded inside the "carbon" project . One is Config project and another one is registry resource . maven build / mvn package is done from the car prject level and we are getting below error . As the carbon Project pom has the dependencies as ".xml" . Any pointers here is really appreciated. Below is project structure. CArProject - ConfigProject ResoourceProject "com

wso2 api manager map publisher URL parameters to values

随声附和 提交于 2019-12-24 09:17:55
问题 There is article from wso2 Map the Parameters of your Backend URLs with the API Publisher URLs. Within it we have how the complete publisher URL looks like: http://<hostname>:8280/<context>/<version>/<API resource> And the whole use case is: You can define variables as part of the URI template of your API's resources. For example, in the URI template /business/{businessId}/address/, businessId is a variable. The variables in the resources are read during mediation runtime using property

WSO2 EI and WSO2 Developer - Setup an ESB Proxy with http basic authentication

安稳与你 提交于 2019-12-24 07:16:57
问题 I'm using WSO2 EI 6.3.0 and WSO2 Developer Studio 3.8.0. I'm working with an ESB Project and a Proxy Service inside it. The Proxy service is a simple pass through service; it receives a request from a webapp and forward it to a Soap Web Service, gets the response from the WS and gives it back to the web app. I realized this configuration following this tutorial: https://youtu.be/3OsuGhEMQgc The setup is very simple, everything worked fine until I found a web service whose endpoint has http

WSO2 Developer studio keeps removing gov endpoints in send mediator

北战南征 提交于 2019-12-24 02:14:11
问题 I'm using endpoints which are stored in governance registry so I often use code like this: <send> <endpoint key="gov:endpoints/policyEp.xml"/> </send> unfortunately, once in a while, my endpoint disappears, leaving empty send tag :( It usually happens when saving changes to the proxy or rebuilding cars to deploy on attached carbon server (in developer studio 3.8.0). I have searched for similar issues and found none. Any ideas? I have a suspicion that it has something to do with developer

wso2 eclipse server in status [starting] forever

梦想的初衷 提交于 2019-12-13 16:20:04
问题 I am trying to start/stop WSO2 ESB local server from Developer studio (based on kepler), but the server status will stay [Starting] forever (even after the server started successfully as evidenced by the console and wso2carbon.log). This is a problem, as it prevents me from deploying car files from within eclipse (eclipse waiting for server to finish starting), and even eclipse will shut the server down after the timeout elapses. How can I persuade eclipse that the server started already? Is

WSO2 Developer Studio (3.7.1) error when using expression get-property

限于喜欢 提交于 2019-12-13 00:29:05
问题 I've been trying use Developer Studio to get a PayloadFactory Mediator to populate an argument from an expression get-property('PropertyName'). When I try to switch from Design to Source view, I get the following error: Cannot update source view. The following error(s) have been detected. Please see the error log for more details. Reason: XPathFactory#newInstance()failed to create an XPathFactory for the default object model: http://java.sun.com/jaxp/xpath/dom with the

WSO2 developer studio edit properties of an assign activity

杀马特。学长 韩版系。学妹 提交于 2019-12-12 04:56:28
问题 I downloaded the WSO2 eclipse plug-in (developer studio) 3.2.0. I tried to follow the "quick start" http://docs.wso2.org/wiki/display/BPS300/Quick+Start+Guide for BMP and got stuck at point 18. It is not possible to edit the expression in the properties window of an Assign Activity. I tried with Eclipse Juno, Kepler and even an older version of Eclipse, all with the same result. Sometimes an box appears under the word "expression", sometimes it disappears but it is never editable. 回答1: This

developer studio 3.8.0 not working on eclipse 4.5.1

帅比萌擦擦* 提交于 2019-12-11 10:21:28
问题 I am having problems using developer studio 3.8.0 on the eclipse 4.5.1 (mars) the installation of the developer studio on eclipses 4.5.1. went well(see the attached screenshot install history ; yet after the installation, the "developer studio" tool button disappeared from the top tool bar of the eclipse; (see the attached screenshot); also the "wso2" selection disappeared from the selection items under the "new" button (see attached screenshot) does anyone have idea? thanks 回答1: WSO2

Cannot export Web Application to WSO2 Application Server with Developer Studio 2.1.0

℡╲_俬逩灬. 提交于 2019-12-11 05:41:34
问题 I downloaded the latest version of WSO2 Developer Studio: developer-studio-eclipse-jee-helios-linux-gtk-x86_64-2.1.0.zip and the WSO2 Carbon 4 based Application Server version: wso2as-5.0.1.zip unzipped both and started Developer Studio. As I want to deploy a Maven webapp project, I installed m2e on top of WSO2 Developer Studio. Then I followed this article: http://wso2.org/library/articles/2012/09/develop-deploy-web-applications-using-wso2-developer-studio#section3 apart from the fact that

Setup a custom mediator to the WSO2 Developer Studio palette

会有一股神秘感。 提交于 2019-12-11 05:39:43
问题 Is possible to add a built custom mediator to the WSO2 Developer Studio palette? The idea is avoid the error: Unkown synapse configuration tag, At line X. when i trying to edit an API or Proxy that has the reference in its sequence. I am using WSO2 EI Tooling version 6.3.0. Thanks in advance. 回答1: It is possible to add a custom mediator into WSO2 Developer Studio. However, this requires quite a lot of implementation for both wso2-synapse and devstudio-tooling-esb, as WSO2 Developer Studio has