Issue Type: Bug Bug
Affects Versions: 2.0.0.Alpha3
Assignee: Unassigned
Created: 31/Jul/12 5:18 AM
Description:

Suppose this legal scenario (see 5.5.7. Injection point metadata) with SLSB bean Foo and request scoped bean Bar.

@Stateless
public class Foo {
 @Inject
 InjectionPoint injectionPoint;
}

@RequestScoped
public class Bar {
 @Inject
 Foo foo;
}

Field Foo#injectionPoint is null (no UnsatisfiedResolutionException thrown!).

However the question is whether injection of InjectionPoint on SLSB should be possible. I think it may lead to inconsistencies - SLSB should not have any state as it is usually pooled and reused for every invocation.

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