I created one simple webservice using Jaxws in eclipse and I am using JBOSS5.0
for deployment. After deploying, wsdl is getting published on server. I could
create & run a Java POJO client to access the web service successfully, but
whenever I am creating a web client for the webservice, I am ge
I am trying to deploy a project that includes a WS client that uses JBoss WS. I
used wsconsume command to generate the client code. I can get the web service
to run properly from a unit test, but when I deploy it on JBoss I get the
following error:
anonymous wrote :
| javax.ejb.EJBTransactio
Hello,
I have a weird error trying to use my newly generated WS.
The problem occurs on the client side :
| Caused by: java.lang.LinkageError: Class javax/xml/soap/AttachmentPart
violates loader constraints
| at java.lang.ClassLoader.defineClass1(Native Method)
| at java.lang.Class