MTOM has problems when I create an attachtment from a byte array of zero
elements
---------------------------------------------------------------------------------
Key: AXIS2-3226
URL: https://issues.apache.org/jira/browse/AXIS2-3226
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Environment: Windows XP SP2, Tomcat 6.0
Reporter: Jorge Fernández
If I define a DataHandler from an ByteArrayDataSource and this one from a byte
array of zero elements, I get the following exception in the client:
org.apache.axis2.AxisFault: Referenced Attachment not found in the MIME
Message. ContentID:1.urn:uuid:[EMAIL PROTECTED]
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:417)
at client.Medici_LinkStub.fromOM(Medici_LinkStub.java:50213)
at client.Medici_LinkStub.getSignalData(Medici_LinkStub.java:6500)
at client.ClientUtilities.getSignalDataTest(ClientUtilities.java:600)
at client.Client.main(Client.java:172)
Caused by: org.apache.axiom.om.OMException: Referenced Attachment not found in
the MIME Message.
ContentID:1.urn:uuid:[EMAIL PROTECTED]
at
org.apache.axiom.soap.impl.builder.MTOMStAXSOAPModelBuilder.getDataHandler(MTOMStAXSOAPModelBuilder.java:106)Closing
session...
at
client.Medici_LinkStub$ExtDataSegment$Factory.parse(Medici_LinkStub.java:34167)
at
client.Medici_LinkStub$ExtSignalData$Factory.parse(Medici_LinkStub.java:35862)
at
client.Medici_LinkStub$GetSignalDataResponse$Factory.parse(Medici_LinkStub.java:8777)
at client.Medici_LinkStub.fromOM(Medici_LinkStub.java:49766)
... 3 more
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]