[jbossws-issues] [JBoss JIRA] Updated: (JBWS-2400) Rewrite large attachment testcase

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Wed Jan 13 11:21:30 EST 2010


     [ https://jira.jboss.org/jira/browse/JBWS-2400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessio Soldano updated JBWS-2400:
----------------------------------

    Fix Version/s: community contributions


> Rewrite large attachment testcase
> ---------------------------------
>
>                 Key: JBWS-2400
>                 URL: https://jira.jboss.org/jira/browse/JBWS-2400
>             Project: JBoss Web Services
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-metro
>            Reporter: Alessio Soldano
>             Fix For: community contributions
>
>
> The JBWS2000 testcase lives in framework but currently fails with JBossWS-Metro because of a java.lang.OutOfMemoryError on client side. This can be prevented enabling the chunked transfer which seems to be off by default with Metro:
> ((BindingProvider)port).getRequestContext().put("com.sun.xml.ws.transport.http.client.streaming.chunk.size", 8192);
> Unfortunately we still get a OOME on server side so, more generally, we should split this test and rewrite the Metro one using the available feature for large attachments (StreamingAttachment). See https://metro.dev.java.net/guide/Large_Attachments.html .

-- 
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