Issue Type: Bug Bug
Affects Versions: 0.8
Assignee: Unassigned
Components: component-jca
Created: 30/Mar/13 4:16 AM
Description:

It is not possible to set custom message composer on jca binding.

Message composer for JCA is obtained from class AbstractInflowEndpoint (https://github.com/jboss-switchyard/components/blob/master/jca/src/main/java/org/switchyard/component/jca/endpoint/AbstractInflowEndpoint.java) on line 214. But only binding data class is used in getMessageComposer call. Therefore default composer is returned all the times.

Changing it to: JCAComposition.getMessageComposer(_jcaBindingModel,clazz) uses also configuration value of composer class.

Project: SwitchYard
Priority: Blocker Blocker
Reporter: john dorien
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