events don't get sent to private @Observes methods
--------------------------------------------------

                 Key: OWB-492
                 URL: https://issues.apache.org/jira/browse/OWB-492
             Project: OpenWebBeans
          Issue Type: Bug
          Components: Events
    Affects Versions: 1.0.0
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: 1.1.0, 1.0.1


We currently do not notify private observer methods correctly. This is caused 
by resolving a contextual reference is currently always performed to fulfil 
section 7.2 of the spec:

"Invocations of producer, disposer and observer methods by the container are 
business method invocations and are in- tercepted by method interceptors and 
decorators."

But since private methods are no business methods anyway, we can just resolve 
the contextual instance instead of the contextual reference in this case

-- 
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