RE: MTOM attachments larger than 2.1GB (Integer.MAX_VALUE?)

2008-04-01 Thread Roy Willy Haug
00:29 To: axis-user@ws.apache.org Subject: Re: MTOM attachments larger than 2.1GB (Integer.MAX_VALUE?) Please log a Jira with all these details... I think the fix needs start from the FileAccessor getSize() onwards.. thanks, Thilina On Mon, Mar 31, 2008 at 12:01 PM, Andreas Veithen

Re: MTOM attachments larger than 2.1GB (Integer.MAX_VALUE?)

2008-04-01 Thread Paul Fremantle
: MTOM attachments larger than 2.1GB (Integer.MAX_VALUE?) Please log a Jira with all these details... I think the fix needs start from the FileAccessor getSize() onwards.. thanks, Thilina On Mon, Mar 31, 2008 at 12:01 PM, Andreas Veithen [EMAIL PROTECTED] wrote: Roy

RE: MTOM attachments larger than 2.1GB (Integer.MAX_VALUE?)

2008-04-01 Thread Andreas Veithen
- From: Thilina Gunarathne [mailto:[EMAIL PROTECTED] Sent: 1. april 2008 00:29 To: axis-user@ws.apache.org Subject: Re: MTOM attachments larger than 2.1GB (Integer.MAX_VALUE?) Please log a Jira with all these details... I think the fix needs start from the FileAccessor getSize() onwards.. thanks

Re: MTOM attachments larger than 2.1GB (Integer.MAX_VALUE?)

2008-04-01 Thread Thilina Gunarathne
- From: Thilina Gunarathne [mailto:[EMAIL PROTECTED] Sent: 1. april 2008 00:29 To: axis-user@ws.apache.org Subject: Re: MTOM attachments larger than 2.1GB (Integer.MAX_VALUE?) Please log a Jira with all these details... I think the fix needs start from the FileAccessor

RE: MTOM attachments larger than 2.1GB (Integer.MAX_VALUE?)

2008-04-01 Thread Roy Willy Haug
@ws.apache.org Subject: Re: MTOM attachments larger than 2.1GB (Integer.MAX_VALUE?) Hi Paul, I don't think this is possible, cause looking at the following exception the failure is happening at the parser level.. It never returns a DataHandler... org.apache.axis2.AxisFault: Referenced Attachment

Re: MTOM attachments larger than 2.1GB (Integer.MAX_VALUE?)

2008-03-31 Thread Andreas Veithen
Roy, This seems to be a limitation of AXIOM that uses the int type for all length variables in the org.apache.axiom.attachments.Attachments class and various other classes it depends on. Regards, Andreas Quoting Roy Willy Haug [EMAIL PROTECTED]: Hi, We have a well working file

Re: MTOM attachments larger than 2.1GB (Integer.MAX_VALUE?)

2008-03-31 Thread Thilina Gunarathne
Please log a Jira with all these details... I think the fix needs start from the FileAccessor getSize() onwards.. thanks, Thilina On Mon, Mar 31, 2008 at 12:01 PM, Andreas Veithen [EMAIL PROTECTED] wrote: Roy, This seems to be a limitation of AXIOM that uses the int type for all length