Issue Type: Bug Bug
Affects Versions: 1.0
Assignee: Ashwin Karpe
Created: 30/May/13 6:39 AM
Description:

If a service reference is not found in SCAInvoker, it spits out an NPE from this line:
https://github.com/jboss-switchyard/components/blob/master/sca/src/main/java/org/switchyard/component/sca/SCAInvoker.java#L90

We need to add a conditional to screen for ref == null after this call:
https://github.com/jboss-switchyard/components/blob/master/sca/src/main/java/org/switchyard/component/sca/SCAInvoker.java#L88

If it's null, SCAInvoker should throw a HandlerException with a message like:

"Service reference " + serviceName + " not found in domain " + exchange.getProvider().getDomain().getName()

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