-
Bug
-
Resolution: Done
-
Major
-
jbossws-1.0.4
-
None
-
Compatibility/Configuration
Requests get the error "setProperty must be overridden by all subclasses of SOAPMessage"
In the abstract class javax.xml.soap.SOAPMessage which is now shipped with the jdk, the implementation of setProperty is as follows:
public void setProperty(String property, Object value)
throws SOAPException
in the constructor of org.jboss.ws.soap.SOAPMessageImpl it calls the super methods
setProperty(CHARACTER_SET_ENCODING, "UTF-8");
setProperty(WRITE_XML_DECLARATION, false);
This results in the exception being thrown.
- blocks
-
JBPAPP-1116 FP01 seambay example throws webserver related exceptions from the test page
- Closed
- is duplicated by
-
JBWS-1650 UnsupportedOperationException when using Java 6
- Closed
- is related to
-
JBAS-5031 Make AS5 compile/run under Java6
- Closed
- relates to
-
JBPAPP-992 Remove dependency on jboss logging for jbossws-1.2.1.GA_CP for use with jdk6
- Closed
-
JBPAPP-814 Resolve JBoss AS Test Suite Issues when running with JavaSE 6
- Resolved