Hello!
Now I'm executing from Eclipse, because I'm building an .ear that
contains a dinamic web project where the web service is inside. But I got the following
error:
| Exception in thread "main" java.lang.NoClassDefFoundError:
com/sun/xml/messaging/saaj/soap/AttachmentPartImpl
| at
com.sun.xml.ws.message.AttachmentUnmarshallerImpl.<clinit>(AttachmentUnmarshallerImpl.java:55)
| at
com.sun.xml.ws.client.sei.ResponseBuilder$DocLit.readResponse(ResponseBuilder.java:500)
| at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:242)
| at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:210)
| at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:103)
| at $Proxy25.hola(Unknown Source)
| at client.JbpmWSClient.main(JbpmWSClient.java:95)
|
|
If I generate the jar and executing it with wsrunclient the following exception it's
thrown (the library jboss-common-client.jar is in my path):
| Exception in thread "main" java.lang.NoClassDefFoundError:
org/jboss/util/NotImplementedException
| at java.lang.Class.getDeclaredConstructors0(Native Method)
| at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
| at java.lang.Class.getConstructor0(Class.java:2699)
| at java.lang.Class.newInstance0(Class.java:326)
| at java.lang.Class.newInstance(Class.java:308)
| at javax.xml.ws.spi.FactoryFinder.newInstance(FactoryFinder.java:36)
| at javax.xml.ws.spi.FactoryFinder.find(FactoryFinder.java:95)
| at javax.xml.ws.spi.Provider.provider(Provider.java:76)
| at javax.xml.ws.Service.<init>(Service.java:57)
| at client.JbpmServiceService.<init>(JbpmServiceService.java:42)
| at client.JbpmWSClient.main(JbpmWSClient.java:79)
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137129#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...