IWAB0398E - ClassNotFound during Webservices generation [message #167000] |
Tue, 18 April 2006 13:10  |
Eclipse User |
|
|
|
I've been scouring various mailing lists and bug reports for this one, and
have had no luck actually finding an answer.
When using the 'bottom up' webservice generation on a class, I get the
following error (the class I'm generationg from is
'com.arete.webservices.Services').
I'm simply doing rightclick on the class, Webservices->Create Web Service,
selecting my Tomcat 5.5 installation, and sending it off.
I've seen various bug reports saying 'this was fixed in 0.8' or the like,
but this is obviously not fixed yet. Workarounds have been suggested like
'deleting entire workspace and restarting' - I have done this, still get
the error.
Eclipse 3.1.2 Build id: M20060118-1600
WTP v1.0.1
Debian Linux w/Java 1.5.0.06.
IWAB0398E Error in generating WSDL from Java:
java.lang.ClassNotFoundException: com.arete.webservices.Services
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:405)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:350)
at
org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader. loadClass(AbstractClassLoader.java:78)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
This is, at the moment, a showstopper for us. We can't generate any
webservices from existing code, we're dead in the water. Help please!
-dbs
|
|
|
|
|
|
Re: IWAB0398E - ClassNotFound during Webservices generation [message #174277 is a reply to message #167000] |
Thu, 13 July 2006 05:05  |
Eclipse User |
|
|
|
Hi, I get a similar error while trying to use WTP 1.5 and creating the Bottom-Up Web service:
IWAB0398E Error in generating WSDL from Java: java.lang.NoClassDefFoundError
java.lang.NoClassDefFoundError
at org.apache.axis.tools.ant.wsdl.Java2WsdlAntTask.execute(Java 2WsdlAntTask.java:172)
at org.eclipse.jst.ws.internal.axis.consumption.core.command.Ja va2WSDLCommand.executeAntTask(Java2WSDLCommand.java:179)
at org.eclipse.jst.ws.internal.axis.consumption.core.command.Ja va2WSDLCommand.execute(Java2WSDLCommand.java:94)
at org.eclipse.jst.ws.internal.axis.creation.ui.command.BUCodeG enOperation$BottomUpWSModifyOperation.execute(BUCodeGenOpera tion.java:116)
at org.eclipse.jst.ws.internal.axis.creation.ui.command.BUCodeG enOperation.execute(BUCodeGenOperation.java:80)
at
...
At the moment I've given up trying to use Eclipse to create a web service automatically and I'm doing it manually.
|
|
|
Powered by
FUDForum. Page generated in 0.03512 seconds