[ 
https://issues.apache.org/jira/browse/OWB-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14514783#comment-14514783
 ] 

Mark Struberg commented on OWB-1061:
------------------------------------

Hi Harald!

Thanks for this report! You should be able to attach files. I'm not aware that 
this got changed. Plz try again and if it still doesn't work then I'll gonna 
add you to our contributors grp.

> Surplus and missing @Initialized and @Destroyed events
> ------------------------------------------------------
>
>                 Key: OWB-1061
>                 URL: https://issues.apache.org/jira/browse/OWB-1061
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Lifecycle
>    Affects Versions: 1.5.0
>            Reporter: Harald Wellmann
>
> h3. Scenario
> There is a bean with two observer methods observing 
> {{@Initialized(ApplicationScoped.class)}} and 
> {{@Destroyed(ApplicationScoped.class)}} in a stand-alone CDI container 
> launched via {{deltaspike-cdictrl-owb}}, for lack of a native OWB API.
> The container is started and stopped as follows:
> {code}
>         CdiContainer container = CdiContainerLoader.getCdiContainer();
>         container.boot();
>         container.getContextControl().startContexts();
>         container.getContextControl().stopContexts();
>         container.shutdown();
> {code}
> h3. Expected behaviour
> The {{@Initialized}} and {{@Destroyed}} events are observed once each, in 
> this order.
> (Weld 2.2.11.Final does behave as expected, both via 
> {{deltaspike-cdictrl-weld}}, and using the native Weld SE API.)
> h3. Actual behaviour
> The {{@Initialized}} event is observed three times, twice on startup, once on 
> shutdown. The {{@Destroyed}} event is not observed at all.



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

Reply via email to