[jbossws-issues] [JBoss JIRA] Updated: (JBWS-1333) Fix marshalling of null values in base64Binary, hexBinary

Heiko Braun (JIRA) jira-events at jboss.com
Tue Nov 7 08:47:41 EST 2006


     [ http://jira.jboss.com/jira/browse/JBWS-1333?page=all ]

Heiko Braun updated JBWS-1333:
------------------------------

    Fix Version/s: jbossws-1.0.5
                       (was: jbossws-1.0.4)

I implemented a workaround due to time constraints:

tests-main:
    [junit] Running org.jboss.test.ws.jaxrpc.marshall.MarshallDocLitTestCase
    [junit] Tests run: 63, Failures: 0, Errors: 0, Time elapsed: 11 sec
    [junit] Running org.jboss.test.ws.jaxrpc.marshall.MarshallRpcLitDIITestCase
    [junit] Tests run: 63, Failures: 0, Errors: 0, Time elapsed: 5.641 sec
    [junit] Running org.jboss.test.ws.jaxrpc.marshall.MarshallRpcLitTestCase
    [junit] Tests run: 63, Failures: 0, Errors: 0, Time elapsed: 5.734 sec

Still, this requires us to work out a design that targets the transitions of SOAPMessageImpl from mutable to immutable to before passing it to the remoting layer. I will reschedule thi stask for the next release.

> Fix marshalling of null values in base64Binary, hexBinary
> ---------------------------------------------------------
>
>                 Key: JBWS-1333
>                 URL: http://jira.jboss.com/jira/browse/JBWS-1333
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jaxrpc
>            Reporter: Thomas Diesler
>         Assigned To: Heiko Braun
>            Priority: Blocker
>             Fix For: jbossws-1.0.5
>
>
> 19:53:55,783 ERROR [SOAPFaultExceptionHelper] SOAP request exception
> java.lang.IllegalArgumentException: multipart/related stream invalid, no root part was found
>         at org.jboss.ws.soap.attachment.MultipartRelatedDecoder.decodeMultipartRelatedMessage(MultipartRelatedDecoder.java:153)
>         at org.jboss.ws.soap.MessageFactoryImpl.createMessageInternal(MessageFactoryImpl.java:185)
>         at org.jboss.ws.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:145)
> /home/tdiesler/svn/jbossws/branches/jbossws-1.0/src/test
> [tdiesler at tddell test]$ ant -Dtest=jaxrpc/marshall test 
> tests-main:
>     [junit] Running org.jboss.test.ws.jaxrpc.marshall.MarshallDocLitTestCase
>     [junit] Tests run: 63, Failures: 0, Errors: 0, Time elapsed: 14.64 sec
>     [junit] Running org.jboss.test.ws.jaxrpc.marshall.MarshallRpcLitDIITestCase
>     [junit] Tests run: 63, Failures: 0, Errors: 2, Time elapsed: 6.636 sec
>     [junit] Test org.jboss.test.ws.jaxrpc.marshall.MarshallRpcLitDIITestCase FAILED
>     [junit] Running org.jboss.test.ws.jaxrpc.marshall.MarshallRpcLitTestCase
>     [junit] Tests run: 63, Failures: 0, Errors: 1, Time elapsed: 11.84 sec
>     [junit] Test org.jboss.test.ws.jaxrpc.marshall.MarshallRpcLitTestCase FAILED

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

        



More information about the jbossws-issues mailing list