[esb-issues] [JBoss JIRA] Created: (JBESB-1442) Fix body content comparison in deadletter quickstart

Kevin Conner (JIRA) jira-events at lists.jboss.org
Fri Jan 4 11:47:08 EST 2008


Fix body content comparison in deadletter quickstart
----------------------------------------------------

                 Key: JBESB-1442
                 URL: http://jira.jboss.com/jira/browse/JBESB-1442
             Project: JBoss ESB
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Examples
    Affects Versions: 4.2.1
            Reporter: Kevin Conner
         Assigned To: Kevin Conner
            Priority: Minor
             Fix For: 4.2.1 CP1


The deadletter quickstart checks the body contents of the retrieved messages by generating a string comparison between the body instances.  We have been lucky to get away with this to date as the internal implementation of the body generated a string using a non-deterministic algorithm.

The recent changes to the serialisation (both XML and SERIALIZED formats) completely break this behaviour as the deserialisation of the body element values can now be deferred.  The quickstart should be modified to create dynamic data and verify the existence of this data within the retrieved message.

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

        



More information about the esb-issues mailing list