JBoss Community

Re: JAXWS error on jboss 6.0

created by Jayaram Pradhan in JBoss Web Services - View the full discussion

Finally Issue got resolved by installing jboss jaxws native 3.4.1 .

 

After installing this stack, you may end up

 

java.lang.LinkageError: loader constraint violation: loader (instance of org/jboss/web/tomcat/service/WebCtxLoader$ENCLoader) previously initiated loading for a different type with name "javax/xml/soap/AttachmentPart"

 

as error suggest, classloader trying to load class is missmatching the type, so for this make sure, in web-inf/lib, you don't have any jar for his. In my case I removed saj-api,saj-impl and soap releated jars.

Reply to this message by going to Community

Start a new discussion in JBoss Web Services at Community