You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Andrzej K (JIRA)" <ji...@apache.org> on 2016/06/09 10:33:20 UTC

[jira] [Created] (TOMEE-1837) Old, bugged openwebbens library (1.2.7)

Andrzej K created TOMEE-1837:
--------------------------------

             Summary: Old, bugged openwebbens library (1.2.7)
                 Key: TOMEE-1837
                 URL: https://issues.apache.org/jira/browse/TOMEE-1837
             Project: TomEE
          Issue Type: Bug
          Components: TomEE Core Server
    Affects Versions: 1.7.4, 1.7.3
            Reporter: Andrzej K
            Priority: Critical


TomEE uses old openwebbeans version which generates errors when a situalion like this occurs:
-bean A depends on bean B and C
-bean A declares observer method with parameters @Observes Object event (which means, that observes all events)

There is (sometimes, it depends on a classpath) a deployment error because A cannot be built if B and C were not analyzed from the classpath. A should be build, because a containter wants to fire an event ProcessObserverMethod. The problem is, that this event is a lifecycle event and it should be never fired to bean A which is not Extension specialization (however v. 1.2.7 does it -- incorrectly).
An openwebbeans 1.2.7 implementation is broken, so it should be migrated (event in this 1.7.x TomEE version). Newer versions (from 1.6.x) do not have this bug



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)