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 2012/06/20 18:06:42 UTC

[jira] [Created] (TOMEE-247) ability to run inithook

Romain Manni-Bucau created TOMEE-247:
----------------------------------------

             Summary: ability to run inithook
                 Key: TOMEE-247
                 URL: https://issues.apache.org/jira/browse/TOMEE-247
             Project: TomEE
          Issue Type: Improvement
    Affects Versions: 1.0.0
            Reporter: Romain Manni-Bucau
            Priority: Minor
             Fix For: 1.1.0


Currently we can provide service, it is fine but for simple task it is too complex,

typically a way to run just after the config loading a runnable is enough for some cases (mainly check cases) and should be easy

adding a <InitHooks name="qualified name" />  or xxx = new://InitHooks?name=qualified-name configuration can be nice

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TOMEE-247) Server-side Event API

Posted by "Jean-Louis MONTEIRO (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TOMEE-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Louis MONTEIRO updated TOMEE-247:
--------------------------------------

    Fix Version/s:     (was: 1.5.0)
                   1.5.1
    
> Server-side Event API
> ---------------------
>
>                 Key: TOMEE-247
>                 URL: https://issues.apache.org/jira/browse/TOMEE-247
>             Project: TomEE
>          Issue Type: Improvement
>    Affects Versions: 1.0.0
>            Reporter: Romain Manni-Bucau
>            Priority: Minor
>             Fix For: 1.5.1
>
>
> Event API based on OPENEJB-1804

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

[jira] [Closed] (TOMEE-247) ability to run inithook

Posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TOMEE-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Romain Manni-Bucau closed TOMEE-247.
------------------------------------

    Resolution: Fixed
    
> ability to run inithook
> -----------------------
>
>                 Key: TOMEE-247
>                 URL: https://issues.apache.org/jira/browse/TOMEE-247
>             Project: TomEE
>          Issue Type: Improvement
>    Affects Versions: 1.0.0
>            Reporter: Romain Manni-Bucau
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> Currently we can provide service, it is fine but for simple task it is too complex,
> typically a way to run just after the config loading a runnable is enough for some cases (mainly check cases) and should be easy
> adding a <InitHooks name="qualified name" />  or xxx = new://InitHooks?name=qualified-name configuration can be nice

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TOMEE-247) Server-side Event API

Posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TOMEE-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Romain Manni-Bucau closed TOMEE-247.
------------------------------------

    Resolution: Fixed

seems it is in the place, open more issue for more features ;)
                
> Server-side Event API
> ---------------------
>
>                 Key: TOMEE-247
>                 URL: https://issues.apache.org/jira/browse/TOMEE-247
>             Project: TomEE
>          Issue Type: New Feature
>    Affects Versions: 1.0.0
>            Reporter: Romain Manni-Bucau
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> Event API based on OPENEJB-1804

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Reopened] (TOMEE-247) ability to run inithook

Posted by "David Blevins (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TOMEE-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins reopened TOMEE-247:
---------------------------------

    
> ability to run inithook
> -----------------------
>
>                 Key: TOMEE-247
>                 URL: https://issues.apache.org/jira/browse/TOMEE-247
>             Project: TomEE
>          Issue Type: Improvement
>    Affects Versions: 1.0.0
>            Reporter: Romain Manni-Bucau
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> Currently we can provide service, it is fine but for simple task it is too complex,
> typically a way to run just after the config loading a runnable is enough for some cases (mainly check cases) and should be easy
> adding a <InitHooks name="qualified name" />  or xxx = new://InitHooks?name=qualified-name configuration can be nice

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TOMEE-247) Server-side Event API

Posted by "David Blevins (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TOMEE-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins updated TOMEE-247:
--------------------------------

    Description: Event API based on OPENEJB-1804  (was: Currently we can provide service, it is fine but for simple task it is too complex,

typically a way to run just after the config loading a runnable is enough for some cases (mainly check cases) and should be easy

adding a <InitHooks name="qualified name" />  or xxx = new://InitHooks?name=qualified-name configuration can be nice)
     Issue Type: New Feature  (was: Improvement)
        Summary: Server-side Event API  (was: ability to run inithook)
    
> Server-side Event API
> ---------------------
>
>                 Key: TOMEE-247
>                 URL: https://issues.apache.org/jira/browse/TOMEE-247
>             Project: TomEE
>          Issue Type: New Feature
>    Affects Versions: 1.0.0
>            Reporter: Romain Manni-Bucau
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> Event API based on OPENEJB-1804

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira