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 2014/03/20 19:22:47 UTC

[jira] [Updated] (OPENEJB-2082) allow to call an observer after another one

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

Romain Manni-Bucau updated OPENEJB-2082:
----------------------------------------

    Description: 
Added after in @Observes:

{code}
public void observe(final @Observes(after = SimpleObserver.class) SimpleEvent event)
{code}

  was:Need a hook right after rest services deployment

       Assignee: Romain Manni-Bucau
        Summary: allow to call an observer after another one  (was: Add @Event AfterServicesDeployed to openejb-rest)

> allow to call an observer after another one
> -------------------------------------------
>
>                 Key: OPENEJB-2082
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-2082
>             Project: OpenEJB
>          Issue Type: New Feature
>            Reporter: Andy Gumbrecht
>            Assignee: Romain Manni-Bucau
>            Priority: Minor
>             Fix For: 4.6.1
>
>
> Added after in @Observes:
> {code}
> public void observe(final @Observes(after = SimpleObserver.class) SimpleEvent event)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)