Beans from a ProducerMethods don't get injected anymore
-------------------------------------------------------

                 Key: OWB-304
                 URL: https://issues.apache.org/jira/browse/OWB-304
             Project: OpenWebBeans
          Issue Type: Bug
          Components: Injection and Lookup
    Affects Versions: M3
            Reporter: Mark Struberg
            Assignee: Mark Struberg
            Priority: Blocker
             Fix For: M4


Beans from a ProducerMethods don't get injected anymore

a method
@Produces TypeA makeTypeA() { return new TypeA(); }

don't get injected into

@Inject TypeA tA;

currently.
This used to work until recently

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to