You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ax...@ws.apache.org on 2004/09/03 08:52:51 UTC

[jira] Commented: (AXIS-1516) attachments not loading on first getAttachments call

The following comment has been added to this issue:

     Author: Davanum Srinivas
    Created: Thu, 2 Sep 2004 11:52 PM
       Body:
Torsten,

Can you please try a nightly build? and come up with a patch?

thanks,
dims
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1516?page=comments#action_52784

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1516

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1516
    Summary: attachments not loading on first getAttachments call
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis
   Versions:
             1.1

   Assignee: 
   Reporter: Torsten Glunde

    Created: Tue, 17 Aug 2004 3:24 AM
    Updated: Thu, 2 Sep 2004 11:52 PM
Environment: jdk1.3.1, tomcat 5, windows, axis 1.1

Description:
After invoking the call I am trying to get the attachments with the following call:

I can see within the tcpmonitor that before this call the attachment part is not finished yet. 

Iterator i = aCall.getMessageContext().getCurrentMessage().getAttachments();

The Iterator contains no elements.

After calling this method the tcpmonitor has the complete attachment displayed.

after doing a second call to 
i = aCall.getMessageContext().getCurrentMessage().getAttachments();

the attachment appears in the tcpmonitor completely and then my iterator contains the element I want.




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira