You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2008/12/04 04:03:44 UTC

[jira] Commented: (GERONIMO-4439) Add MTOM feature testing in the webservice testsuite

    [ https://issues.apache.org/jira/browse/GERONIMO-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653142#action_12653142 ] 

Jarek Gawor commented on GERONIMO-4439:
---------------------------------------

First of all, thank you for the patch! I committed the patch to trunk (revision 723148) with slight modifications (including the servlet spec change :)). I had to modify the AttachmentHandler.java to warn (instead of failing) when the attachment count is 0. This happens on CXF even though the attachment is sent correctly. 
Also, I had to disable the testEchoImage* tests because they kept failing (in the same way on Axis2 and CXF). I'm not sure why exactly this is happening but my guess it's because the client has access to the wsdl and knows about the mime settings but the server code is built from annotations and does not have the right mime settings for the echoImage operation. Can you take a look at this problem (assuming these tests are failing for you with "junit.framework.AssertionFailedError: expected:<14383> but was:<14318>" error)?


> Add MTOM feature testing in the webservice testsuite
> ----------------------------------------------------
>
>                 Key: GERONIMO-4439
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4439
>             Project: Geronimo
>          Issue Type: Test
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.2
>         Environment: Windows XP
> JDK 1.5
>            Reporter: Ivan
>            Assignee: Jarek Gawor
>            Priority: Minor
>             Fix For: 2.2
>
>         Attachments: Geronimo-4439-2.5spec.patch, Geronimo-4439.patch
>
>
> I try to write some testcases about MTOM features in the webservice testsuite.
> Please help to review it, and thanks for any comment !

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.