WS_Addressing is setting MessageId to the same value for every outgoing message.
--------------------------------------------------------------------------------

                 Key: XFIRE-813
                 URL: http://jira.codehaus.org/browse/XFIRE-813
             Project: XFire
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.2.2
            Reporter: Matthew
         Assigned To: Dan Diephouse


AddressingOutHandler Is using a static RandomGUID to generate the id.  In this 
line:
        headers.setMessageID("urn:uuid:" + guidGenerator.toString());
it always returns the same string.  I think that the RandomGUID.toString() 
method should be calling getRandomGUID or else that method needs to be exposed.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to