webservices problem when attempting to generate Java from WSDL
Just downloaded version 0.6.2, enabled Axis 1.4 services and saw the appropriate jars appear on the project. When I try to generate Java code from a WSDL I get this error:
java.lang.NoClassDefFoundError: org/apache/axis/wsdl/WSDL2Java
This class is definitely in the the jar, and the jars were loaded successfully as the log file below shows. So it seems that the plugin is not loading the appropriate classpath? Not what I can do. Didn't find similar problems in the forums, so maybe I'm just doing something wrong?
I'm running on SuSe Linux 10.0, and Java 1.5_06
Thanks for any help...
2007-02-01 11:14:40,120 INFO - enapi.vfs.impl.jar.JarFileInfo - Opening zip-file /home/alexq/.IntelliJIdea60/config/plugins/WebServices/lib/axis.jar...
2007-02-01 11:14:40,128 INFO - enapi.vfs.impl.jar.JarFileInfo - Opening zip-file /home/alexq/.IntelliJIdea60/config/plugins/WebServices/lib/commons-discovery-0.2.jar...
2007-02-01 11:14:40,132 INFO - enapi.vfs.impl.jar.JarFileInfo - Opening zip-file /home/alexq/.IntelliJIdea60/config/plugins/WebServices/lib/commons-logging-1.0.4.jar...
2007-02-01 11:14:40,134 INFO - enapi.vfs.impl.jar.JarFileInfo - Opening zip-file /home/alexq/.IntelliJIdea60/config/plugins/WebServices/lib/jaxrpc.jar...
2007-02-01 11:14:40,135 INFO - enapi.vfs.impl.jar.JarFileInfo - Opening zip-file /home/alexq/.IntelliJIdea60/config/plugins/WebServices/lib/saaj.jar...
2007-02-01 11:14:40,136 INFO - enapi.vfs.impl.jar.JarFileInfo - Opening zip-file /home/alexq/.IntelliJIdea60/config/plugins/WebServices/lib/log4j-1.2.8.jar...
2007-02-01 11:14:40,139 INFO - enapi.vfs.impl.jar.JarFileInfo - Opening zip-file /home/alexq/.IntelliJIdea60/config/plugins/WebServices/lib/wsdl4j-1.5.1.jar...
]]>
2007-02-01 11:15:48,215 INFO - vicesplugin.invokeexternalcode -
com.advancedtools.webservices.utils.ooOO$_o: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/axis/wsdl/WSDL2Java
at com.advancedtools.webservices.utils.ooOO.o00000(Unknown Source)
at com.advancedtools.webservices.utils.ooOO.access$100(Unknown Source)
at com.advancedtools.webservices.utils.ooOO$1.run(Unknown Source)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:88)
at com.intellij.openapi.application.impl.ApplicationImpl$1MyThread.run(ApplicationImpl.java:1)
Please sign in to leave a comment.
Seems to be Linux specific issue, I have fixed one in 0.7.1, will release at end of the week
Works as expected in 0.7.1, please, try updated version