[jbossws-issues] [JBoss JIRA] Commented: (JBWS-1439) Jdk 1.6.0 Requests get the error "setProperty must be overridden by all subclasses of SOAPMessage"

je le (JIRA) jira-events at lists.jboss.org
Fri Dec 5 11:11:36 EST 2008


    [ https://jira.jboss.org/jira/browse/JBWS-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12441415#action_12441415 ] 

je le commented on JBWS-1439:
-----------------------------

hi,
running linux x64, jboss 4.2.1SA, jdk 1.6.0_10.

In order to have ws (server) working, jboss-saaj.jar is not enought ; service deploy, but any call fail on a org/jboss/logger NotFoundException ; (as already said ) jboss-logging-spi.jar must be copied to endorced dir too. 
This create a new bug/problem : The logging system got broken, only exceptions or system.out get throw.
the last server messages are :
09:52:16,776 INFO  [Http11Protocol] Démarrage de Coyote HTTP/1.1 sur http-127.0.0.1-8080
09:52:16,810 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009

No more deployement messages - event error/fail - ;
Netbeans cannot tells whether jboss started or not. Not mandatory but really annoying !

btw,  J2SE 5.0 end of life is october 2009 ! 



> Jdk 1.6.0 Requests get the error "setProperty must be overridden by all subclasses of SOAPMessage"
> --------------------------------------------------------------------------------------------------
>
>                 Key: JBWS-1439
>                 URL: https://jira.jboss.org/jira/browse/JBWS-1439
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-native
>    Affects Versions: jbossws-1.0.4
>         Environment: Jboss 4.0.5.GA 
> Java 1.6.0
>            Reporter: Denis Angleton
>            Assignee: Heiko Braun
>             Fix For: jbossws-2.0.0
>
>
> 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 {
>             throw new UnsupportedOperationException("setProperty must be overridden by all subclasses of SOAPMessage");
>     }
> 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. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       




More information about the jbossws-issues mailing list