[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

richard.opalka@jboss.com do-not-reply at jboss.com
Mon Aug 4 08:42:07 EDT 2008


Try to add this piece of code to your client source:

URL jaxwsThatIsUsed = javax.xml.ws.Service.class.getProtectionDomain().getCodeSource().getLocation();
  | System.out.println("JAXWS that is used: " + jaxwsThatIsUsed);
  | 
and send me your console output.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168433#4168433

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168433



More information about the jboss-user mailing list