Issue Type: Sub-task Sub-task
Affects Versions: 1.0
Assignee: Magesh Bojan
Components: component-soap
Created: 21/May/13 2:22 PM
Description:

The call to _config.getMessageComposer() in the invoke() method should be removed. The null check can happen against the member _messageComposer field and the check for unwrapped should probably be put in a member field on the class. Concurrent access to the underlying DOM config model should be synchronized, but in this case the synchronization (and associated expense) can be avoided.

https://github.com/jboss-switchyard/components/blob/master/soap/src/main/java/org/switchyard/component/soap/InboundHandler.java#L210

Fix Versions: 1.0
Project: SwitchYard
Priority: Major Major
Reporter: Keith Babo
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