Is it possible to test in WSO2 ESB Tooling 380 debug/unit test in designtime(eclipse IDE Mars) ?
Or , do we have to export to CAR, deploy to EI611 and test it manually/automated?
Please share the config / options to test/debug in designtime of WSO2 ESB development.
It is possible by adding the EI server to the Developer studio and using the debugger options that comes with the Developer studio. You need to add the EI 6.x.x server to the eclipse to use these features. It is possible via developer studio dashboard.
Refer [1] on debugger capabilities.
[1] - https://www.youtube.com/watch?v=G0DiWRuFeqA
Related
In WSO2 Integration studio while importing a project I get a connectors error but in the API level only the Gmail connector is used but I add the connector in the project and as well as in the server but the project import error is still exist what should I do to sort this kind of error.
Note: so many times restarted the integration studio nothing worked!
Have you added the connector to the ESB Project as shown below? Also, it's best to pack the connector in the Capp itself by creating a Connector Exporter project.
I'm developing a code in wso2 EI and when I'm trying to add a payload with log mediator the code is not reflected in both Eclipse and Integration Studio so what should I do to solve this issues.
Note: No error thrown while saving the code.
Wso2 EI is having only eclipse designer for data mapper mediator but I am trying to build data mapper in my web project by which I wanted only javascript code to be generated(dmc).
Is there any reference project by using which I can develop drag and drop code generation (javascript code to be generated .dmc file) as eclipse project for plugin development is bit harder to understand or any suggestion will be helpful.
In new EI development, the idea is to design all the EI artifacts from EI tooling. Therefore, the Data Mapper was designed to be developed from EI Tooling (with Eclipse based Dev Studio). There is no JavaScript implementation available for Data Mapper.
Has somebody successfully profiled Mule standalone CE v3.4 using Yourkit?
The Mule documentation: http://www.mulesoft.org/documentation/display/current/Profiling+Mule# has a download page link to download the Profiler Pack for Mule Community Edition but that link does not seem to work.
What are the exact steps to be followed for remotely profiling Mule standalone server CE using Yourkit?
You don't need the profiler pack anymore to profile Mule applications. Start Mule Standalone CE, then start YourKit and select MuleContainerBootstrap from the running JVMs list.
Please use "Remote Attach Wizard" http://www.yourkit.com/docs/java/help/attach_wizard.jsp
I installed WSO2 Developer Studio 3.2.0 on Eclipse Kepler. I have created an ESB Config Project and defined a proxy service in this project. In this proxy definition there are inSequence, outSequence and faultSequence parts each including set of mediators.
I have created a Carbon Application project and added the artifact as a dependency. After deployment, in final *.car file, I see that the proxy service definition is changed in a way that outSequence does not include any mediators. At deployment stage, outSequence content is emptied. What could be the problem?
First of all, WSO2 Dev Studio is not compatible with Eclipse Kepler. Recommended Eclipse version is Eclipse Juno SR2.
You will experience this problem if you have entered incorrect properties or parameters for a mediator in your OutSequence of the Proxy service. This issue is now fixed in upcoming WSO2 Dev Studio 3.5 version where it will provide you an error message when there is such incorrect or incompatible property/parameter is used.
Therefore please use latest Developer Studio 3.5 version and retry the example.
Hope this helps!!
Thanks and Regards,
Harshana