setProperty must be overridden by all subclasses of SOAPMessage

Posted by Pablo on Stack Overflow See other posts from Stack Overflow or by Pablo
Published on 2009-11-15T19:36:09Z Indexed on 2010/06/11 23:02 UTC
Read the original article Hit count: 486

Filed under:
|
|
|
|

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!

© Stack Overflow or respective owner

Related posts about java

Related posts about web-services