Issue Type: Bug Bug
Affects Versions: 0.5
Assignee: Tomohisa igarashi
Created: 13/Jul/12 1:03 PM
Description:

components/jca/src/main/java/org/switchyard/component/jca/composer/JMSContextMapper.java

When retrieving properties from the incoming JMS Message, the getStringProperty(String):String method is being used. Instead, getObjectProperty(String):Object should be used.

Note: The "sister" class HornetQContextMapper uses getObjectProperty(String):Object properly, so can be used as an example to follow.

Fix Versions: 0.6
Project: SwitchYard
Priority: Major Major
Reporter: David Ward
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira