Perhaps a stray jaxws library is being picked up. Try adding -verbose:class to the JAVA_OPTS in the run script. This option causes the JVM to print the location of each class loaded. Look for where the SOAPMessage class gets loaded. By the way, this option generate a lot of output - you better redirect both stdout and stderr to a file.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243308#4243308 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243308 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
