Issue Type: Enhancement Enhancement
Assignee: Rob Cernich
Components: tooling
Created: 31/May/13 1:23 PM
Description:

When CDI support is enabled in JBDS then JBDS emits false warning about incorrect injections in these cases

a) @Inject org.switchyard.Context
emits - No bean is eligible for injection to the injection point [JSR-299 ยง5.2.1]

b) @Inject @Reference SimpleService
emits the same message. The problem is that @Reference is a CDI qualifier but of course there is no bean qualified with this qualifier as we annotate services with @Service annotation

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