You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Tony Nelson (Created) (JIRA)" <de...@tapestry.apache.org> on 2011/10/14 22:26:12 UTC

[jira] [Created] (TAPESTRY-2781) Shutdown Handler before the Registry is shutown

Shutdown Handler before the Registry is shutown
-----------------------------------------------

                 Key: TAPESTRY-2781
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2781
             Project: Tapestry
          Issue Type: New Feature
          Components: tapestry-ioc
            Reporter: Tony Nelson
            Priority: Minor


It is very easy to register a handler that is called after the Registry is shutdown.  I need a similar method to register a handler that is called just before the registry is shut down so that I still have access to all of the services defined in the Registry.

--
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] [Commented] (TAPESTRY-2781) Shutdown Handler before the Registry is shutown

Posted by "Robert Zeigler (Commented) (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-2781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127840#comment-13127840 ] 

Robert Zeigler commented on TAPESTRY-2781:
------------------------------------------

I wonder if this is a good candidate for a "RegisterShutdownListener2" interface that extends "RegistryShutdownListener" to add a new method "registryWIllShutdown".  I think that would be less confusing than having a separate contribution point for "Registry about to shutdown" vs. "registry already shutdown".
                
> Shutdown Handler before the Registry is shutown
> -----------------------------------------------
>
>                 Key: TAPESTRY-2781
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2781
>             Project: Tapestry
>          Issue Type: New Feature
>          Components: tapestry-ioc
>            Reporter: Tony Nelson
>            Priority: Minor
>
> It is very easy to register a handler that is called after the Registry is shutdown.  I need a similar method to register a handler that is called just before the registry is shut down so that I still have access to all of the services defined in the Registry.

--
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] [Moved] (TAP5-1698) Shutdown Handler before the Registry is shutown

Posted by "Howard M. Lewis Ship (Moved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship moved TAPESTRY-2781 to TAP5-1698:
------------------------------------------------------

    Component/s:     (was: tapestry-ioc)
                 tapestry-ioc
     Issue Type: Bug  (was: New Feature)
            Key: TAP5-1698  (was: TAPESTRY-2781)
        Project: Tapestry 5  (was: Tapestry)
    
> Shutdown Handler before the Registry is shutown
> -----------------------------------------------
>
>                 Key: TAP5-1698
>                 URL: https://issues.apache.org/jira/browse/TAP5-1698
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-ioc
>            Reporter: Tony Nelson
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> It is very easy to register a handler that is called after the Registry is shutdown.  I need a similar method to register a handler that is called just before the registry is shut down so that I still have access to all of the services defined in the Registry.

--
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] [Resolved] (TAP5-1698) Shutdown Handler before the Registry is shutown

Posted by "Howard M. Lewis Ship (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship resolved TAP5-1698.
----------------------------------------

    Resolution: Duplicate

Dupe of TAP5-1359
                
> Shutdown Handler before the Registry is shutown
> -----------------------------------------------
>
>                 Key: TAP5-1698
>                 URL: https://issues.apache.org/jira/browse/TAP5-1698
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-ioc
>            Reporter: Tony Nelson
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> It is very easy to register a handler that is called after the Registry is shutdown.  I need a similar method to register a handler that is called just before the registry is shut down so that I still have access to all of the services defined in the Registry.

--
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] [Assigned] (TAPESTRY-2781) Shutdown Handler before the Registry is shutown

Posted by "Howard M. Lewis Ship (Assigned) (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAPESTRY-2781:
----------------------------------------------

    Assignee: Howard M. Lewis Ship
    
> Shutdown Handler before the Registry is shutown
> -----------------------------------------------
>
>                 Key: TAPESTRY-2781
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2781
>             Project: Tapestry
>          Issue Type: New Feature
>          Components: tapestry-ioc
>            Reporter: Tony Nelson
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> It is very easy to register a handler that is called after the Registry is shutdown.  I need a similar method to register a handler that is called just before the registry is shut down so that I still have access to all of the services defined in the Registry.

--
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] [Assigned] (TAPESTRY-2781) Shutdown Handler before the Registry is shutown

Posted by "Howard M. Lewis Ship (Assigned) (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAPESTRY-2781:
----------------------------------------------

    Assignee: Howard M. Lewis Ship
    
> Shutdown Handler before the Registry is shutown
> -----------------------------------------------
>
>                 Key: TAPESTRY-2781
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2781
>             Project: Tapestry
>          Issue Type: New Feature
>          Components: tapestry-ioc
>            Reporter: Tony Nelson
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> It is very easy to register a handler that is called after the Registry is shutdown.  I need a similar method to register a handler that is called just before the registry is shut down so that I still have access to all of the services defined in the Registry.

--
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] [Resolved] (TAP5-1698) Shutdown Handler before the Registry is shutown

Posted by "Howard M. Lewis Ship (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship resolved TAP5-1698.
----------------------------------------

    Resolution: Duplicate

Dupe of TAP5-1359
                
> Shutdown Handler before the Registry is shutown
> -----------------------------------------------
>
>                 Key: TAP5-1698
>                 URL: https://issues.apache.org/jira/browse/TAP5-1698
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-ioc
>            Reporter: Tony Nelson
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> It is very easy to register a handler that is called after the Registry is shutdown.  I need a similar method to register a handler that is called just before the registry is shut down so that I still have access to all of the services defined in the Registry.

--
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] (TAP5-1698) Shutdown Handler before the Registry is shutown

Posted by "Howard M. Lewis Ship (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1698:
---------------------------------------

    Issue Type: New Feature  (was: Bug)
    
> Shutdown Handler before the Registry is shutown
> -----------------------------------------------
>
>                 Key: TAP5-1698
>                 URL: https://issues.apache.org/jira/browse/TAP5-1698
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-ioc
>            Reporter: Tony Nelson
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> It is very easy to register a handler that is called after the Registry is shutdown.  I need a similar method to register a handler that is called just before the registry is shut down so that I still have access to all of the services defined in the Registry.

--
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] [Commented] (TAP5-1698) Shutdown Handler before the Registry is shutown

Posted by "Howard M. Lewis Ship (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127862#comment-13127862 ] 

Howard M. Lewis Ship commented on TAP5-1698:
--------------------------------------------

Please add Tapestry 5 bugs to the TAP5 Jira project; "TAPESTRY" is for Tapestry 4 and earlier and is no longer monitored.
                
> Shutdown Handler before the Registry is shutown
> -----------------------------------------------
>
>                 Key: TAP5-1698
>                 URL: https://issues.apache.org/jira/browse/TAP5-1698
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-ioc
>            Reporter: Tony Nelson
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> It is very easy to register a handler that is called after the Registry is shutdown.  I need a similar method to register a handler that is called just before the registry is shut down so that I still have access to all of the services defined in the Registry.

--
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] [Moved] (TAP5-1698) Shutdown Handler before the Registry is shutown

Posted by "Howard M. Lewis Ship (Moved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship moved TAPESTRY-2781 to TAP5-1698:
------------------------------------------------------

    Component/s:     (was: tapestry-ioc)
                 tapestry-ioc
     Issue Type: Bug  (was: New Feature)
            Key: TAP5-1698  (was: TAPESTRY-2781)
        Project: Tapestry 5  (was: Tapestry)
    
> Shutdown Handler before the Registry is shutown
> -----------------------------------------------
>
>                 Key: TAP5-1698
>                 URL: https://issues.apache.org/jira/browse/TAP5-1698
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-ioc
>            Reporter: Tony Nelson
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> It is very easy to register a handler that is called after the Registry is shutdown.  I need a similar method to register a handler that is called just before the registry is shut down so that I still have access to all of the services defined in the Registry.

--
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] [Commented] (TAPESTRY-2781) Shutdown Handler before the Registry is shutown

Posted by "Robert Zeigler (Commented) (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-2781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127840#comment-13127840 ] 

Robert Zeigler commented on TAPESTRY-2781:
------------------------------------------

I wonder if this is a good candidate for a "RegisterShutdownListener2" interface that extends "RegistryShutdownListener" to add a new method "registryWIllShutdown".  I think that would be less confusing than having a separate contribution point for "Registry about to shutdown" vs. "registry already shutdown".
                
> Shutdown Handler before the Registry is shutown
> -----------------------------------------------
>
>                 Key: TAPESTRY-2781
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2781
>             Project: Tapestry
>          Issue Type: New Feature
>          Components: tapestry-ioc
>            Reporter: Tony Nelson
>            Priority: Minor
>
> It is very easy to register a handler that is called after the Registry is shutdown.  I need a similar method to register a handler that is called just before the registry is shut down so that I still have access to all of the services defined in the Registry.

--
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] [Commented] (TAP5-1698) Shutdown Handler before the Registry is shutown

Posted by "Howard M. Lewis Ship (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127862#comment-13127862 ] 

Howard M. Lewis Ship commented on TAP5-1698:
--------------------------------------------

Please add Tapestry 5 bugs to the TAP5 Jira project; "TAPESTRY" is for Tapestry 4 and earlier and is no longer monitored.
                
> Shutdown Handler before the Registry is shutown
> -----------------------------------------------
>
>                 Key: TAP5-1698
>                 URL: https://issues.apache.org/jira/browse/TAP5-1698
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-ioc
>            Reporter: Tony Nelson
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> It is very easy to register a handler that is called after the Registry is shutdown.  I need a similar method to register a handler that is called just before the registry is shut down so that I still have access to all of the services defined in the Registry.

--
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] (TAP5-1698) Shutdown Handler before the Registry is shutown

Posted by "Howard M. Lewis Ship (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1698:
---------------------------------------

    Issue Type: New Feature  (was: Bug)
    
> Shutdown Handler before the Registry is shutown
> -----------------------------------------------
>
>                 Key: TAP5-1698
>                 URL: https://issues.apache.org/jira/browse/TAP5-1698
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-ioc
>            Reporter: Tony Nelson
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> It is very easy to register a handler that is called after the Registry is shutdown.  I need a similar method to register a handler that is called just before the registry is shut down so that I still have access to all of the services defined in the Registry.

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