Reputation: 15510
I installed the WSO2 Developer Studio 3.2.0 in a Eclipse Juno (Build id: 20120614-1722).
Using the graphical wizard, I've done the following steps:
Carbon Application Project
ESB config Project
inside the project.endpoints
folder and created an address Endpoint
.When I select the proxy-services
folder, right click and choose New -> Proxy Service
, nothing happens, nothing appears.
But, if I delete the endpoint created and try to create a proxy, the wizard appears normally and the proxy is created.
I already try to delete the .metadata
folder, restart the eclipse, close and reopen the project, and nothing works.
Please help.
Upvotes: 2
Views: 279
Reputation: 87
Which Java version are you using? WSO2 Developer Studio 3.2.0 is compatible with jdk 1.7.0.
I tried your scenario with jdk 1.6.0 and was able to recreate the issue. Then I changed the JAVA_HOME and PATH variables to point to jdk1.7.0_25 home and bin, and things seem to work fine.
Please try it out and check if it fixes your problem as well.
Regards, Anuradha
Upvotes: 4