You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2016/06/28 11:30:57 UTC

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

     [ https://issues.apache.org/jira/browse/TOMEE-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Romain Manni-Bucau updated TOMEE-1837:
--------------------------------------
    Priority: Major  (was: Critical)

> 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.3, 1.7.4
>            Reporter: Andrzej K
>
> 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)