I am trying to setup Integration Studio with Enterprise Integrator 6.5 and I'm getting a missing Classpath entry while adding a server.
Missing classpath entry C:\WSO2-updates\IntegrationStudio\wso2\lib
You need to add a valid WSO2 Enterprise Integrator Server as the CARBON_HOME. After adding a server that error should resolve. You can download WSO2 EI from https://wso2.com/integration/
Related
I just tried to deploy my configurations to wso2 ESB inside eclipse and I got a following error message while deploying my CAR file to ESB. How can I fix it?
First, you should point to the correct path of your WSO2 ESB instance (where the main folder is located). You can click the Browse... button next to the CARBON_HOME field and locate it.
Also, for WSO2 ESB 5.0.0, the correct version for the server should be WSO2 Carbon 4.4 based server.
You need to download WSO2 ESB 5.0.0. Go to here. Select WSO2 ESB 5.0.0 and download server. Then browse this directory to Eclipse. If you can't go next, cancel the process, try again. It should work.
I would like to know if is there is any separate development studio available for wso2 esb.
If available can you provide me a link where i can download wso2 esb studio for development.
Yes. You can use WSO2 Developer Studio. Please check the Installation Guide, Quick Start Guide and Samples.
Please check Creating ESB Artifacts User Guide from WSO2 Developer Studio Documentation.
I hope this helps.
Using WSO2 developer studio is one time stop to create different types of artifact projects. There is a separate project type called ESB Config projects which will be useful to your requirement. You can refer the product documentation which Isuru pointed.
I'm trying to follow the wso2 retail banking sample, as outlined at http://docs.wso2.org/display/DVS310/Retail+Banking+Sample
I've got to the stage 'Deploy the Carbon Application Project into the WSO2 App Server' and I don't understand how to create a server.
When I follow the instructions then in Eclipse I get a 'New Server' form appear. If I enter the WSO2 App Server folder address into 'Carbon home' text box then a warning error appears at the top of the form:
Missing classpath entry C:\jlibs\wso2\wso2as-5.2.0\lib\api
Am I supposed to setup class path entries for each of the WSO2 server products? The 'next' and 'Finish' buttons are disabled.
Any suggestions?
You encounter this error when you select the incorrect Carbon Server family from the list of Servers in the Dev Studio servers view. If you are running App Server 5.2.0, you need to select either WSO2 Carbon 4.2 based Server (only available in Dev Studio 3.5.0) or WSO2 Carbon 4.0 based Server in older Dev Studio versions.
Please follow the instructions in 1 on how to add a Carbon Server to Developer Studio.
Also please find the webinar conducted on the same scenario from 2. It will help you to solve all the other issues you encounter.
1. http://docs.wso2.org/display/DVS320/Deploying+and+Debugging#DeployingandDebugging-DeployingaC-ApptoarunningserverinsideEclipse
2. http://wso2.com/library/webinars/2012/05/enterprise-use-case-application-development-using-wso2-developer-studio/
Thanks and Regards,
Harshana
is there anyway to run WSO2 Stratos server from Developer Studio?
I saw there is maven plugin available but didn't see any example. Please share if somebody has done before.
Stratos is not a single server. It's a combination of services running on different JVM instances. Thus, cannot run from Developer Studio.
I made a sequence in the wso2 esb portal using an envolepe enrich mediator which source was a key from registry. When I moved this code to the eclipse carbon studio 1.0.14 it failed and the enrich mediator instruction got empty.
Is not it supported in this version? Is there a walkaround for this?
Carbon Studio 1.0.14 supports both ESB 3.0.1 and ESB 4.0.0. By default is it configured for ESB 3.0.1.
With ESB 3.0.1, there was no option to get the Enrich source from Registry. It was enabled in ESB 4.0.0. Therefore you need to configure Carbon Studio ESB editor for ESB 4.0.0.
You can do it with following steps.
Window -> Preferences
Expand Carbon Studio and Select ESB.
Select ESB 4.0.0 in the ESB Version drop down box and click on Apply and OK.
Close your Sequence editor and reopen the Sequence with ESB editor.
Then try to re-import the same configuration to Carbon Studio from source view.
Hope this helps!!
Thanks and Regards,
Harshana