Issue Type: Bug Bug
Affects Versions: 2.0.0.Alpha3
Assignee: Unassigned
Created: 10/Sep/12 11:02 AM
Description:

E.g.:

@Bar
class Foo {
}

class Locator {
 Foo lookupFoo() {
  return CDI.current().select(Foo.class, BarLiteral.INSTANCE).get();
 }
}

The lookupFoo() method results in UnsatisfiedResolutionException because of the underlying Instance has three qualifiers: @Default, @Any, @Bar.

See also org.jboss.weld.manager.BeanManagerImpl.InstanceInjectionPoint.

Project: Weld
Priority: Major Major
Reporter: Martin Kouba
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