I'm trying to deploy some web services in a WAR application on JBoss 5.1.0.
I have created the source files from an existing wsdl using JAX-WS tool wsgen
. This created the Service files and @XmlType annotated clases that would act as request and response wrappers.
This classes worked well on JBoss 4.2.3, but when moving to JBoss 5.1.0, I get this exception.
java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage
My configuration:
- Windows XP SP3 (but getting the same on Vista, as well as on Linux)
- Sun JDK 1.6.0_17
- JBoss 5.1.0 GA for jdk6
Thanks in advance!