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

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

There is an assumption that the incoming javax.jms.Message is a BytesMessage, and a direct cast is made. There should be an else/if block that uses instanceof to detect from the possible list of subclasses, then does the appropriate cast so the content can be retrieved safely.

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