[esb-issues] [JBoss JIRA] Work started: (JBESB-1263) extension attribute "destination-type" not set when calling JMSEpr(EPR epr, Element header)

Mark Little (JIRA) jira-events at lists.jboss.org
Tue Oct 30 04:03:01 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBESB-1263?page=all ]

Work on JBESB-1263 started by Mark Little.

> extension attribute "destination-type" not set when calling JMSEpr(EPR epr, Element header)
> -------------------------------------------------------------------------------------------
>
>                 Key: JBESB-1263
>                 URL: http://jira.jboss.com/jira/browse/JBESB-1263
>             Project: JBoss ESB
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Rosetta
>    Affects Versions: 4.2.1 IR2
>            Reporter: Pavel Kadlec
>         Assigned To: Mark Little
>
> When creating JMSEpr from xml it calls constructor JMSEpr(EPR epr, Element header), but inside the constructor is no checking for destination-type. So when calling method JMSEpr.getDestinationType(), it returns null.
> There should be one more if
>                    } else if (tag.equals(DESTINATION_TYPE_TAG)) {
>                                  getAddr().addExtension(DESTINATION_TYPE_TAG, nl.item(i).getTextContent());
>                    }
>  

-- 
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