[arquillian-issues] [JBoss JIRA] (ARQ-1103) Event is logged even though it is not executed because observer got unresolvable arguments

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Mon Sep 17 09:47:34 EDT 2012


Lukáš Fryč created ARQ-1103:
-------------------------------

             Summary: Event is logged even though it is not executed because observer got unresolvable arguments
                 Key: ARQ-1103
                 URL: https://issues.jboss.org/browse/ARQ-1103
             Project: Arquillian
          Issue Type: Enhancement
      Security Level: Public (Everyone can see)
          Components: Base Implementation
    Affects Versions: 1.0.2.Final
            Reporter: Lukáš Fryč
            Priority: Minor


{{EventContextImpl}} fires logs event processing and then invokes observer method:
https://github.com/arquillian/arquillian-core/blob/1.0.2.Final/core/impl-base/src/main/java/org/jboss/arquillian/core/impl/EventContextImpl.java#L99

but {{ObserverImpl}} does not invoke an observer method if it contains unresolvable argument:
https://github.com/arquillian/arquillian-core/blob/1.0.2.Final/core/impl-base/src/main/java/org/jboss/arquillian/core/impl/ObserverImpl.java#L86

----

We should indicate that given observer method does have unresolved argument instead.

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



More information about the arquillian-issues mailing list