Issue Type: Bug Bug
Affects Versions: 1.0
Assignee: Ashwin Karpe
Components: component-bean
Created: 30/May/13 9:13 AM
Description:

If the service interface used by an @Reference in a bean implementation has no parameters, the following code creates an NPE:

https://github.com/jboss-switchyard/components/blob/master/bean/src/main/java/org/switchyard/component/bean/ClientProxyBean.java#L313

Add a conditional to catch for args == null and just do:
exchange.send(exchange.createMessage());

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