]
Mark Little closed JBESB-1263.
------------------------------
Fix Version/s: 4.2.1
Resolution: Done
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
Fix For: 4.2.1
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: