2
votes

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:

  • created a Carbon Application Project
  • created a ESB config Project inside the project.
  • selected the 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.

1

1 Answers

4
votes

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