You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Jeff Faath (JIRA)" <ju...@ws.apache.org> on 2009/06/10 19:33:07 UTC

[jira] Created: (JUDDI-248) Perform top-down analysis of startup elements to come up with unified method

Perform top-down analysis of startup elements to come up with unified method
----------------------------------------------------------------------------

                 Key: JUDDI-248
                 URL: https://issues.apache.org/jira/browse/JUDDI-248
             Project: jUDDI
          Issue Type: Improvement
    Affects Versions: 3.0beta
            Reporter: Jeff Faath
            Assignee: Jeff Faath
             Fix For: 3.0


Several pieces are involved in starting up juddi including initiating config, instantiating persistence manger, starting up subscription notifier, etc.  This startup process should be unified across all the ways juddi can be run (servlet, embedded, etc.).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JUDDI-248) Perform top-down analysis of startup elements to come up with unified method

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718147#action_12718147 ] 

Kurt T Stam commented on JUDDI-248:
-----------------------------------

I think the easiest way would be to require the user to call Registry.start or something before starting to use the registry. In a war deployment the RegistryServlet can do this on startup. If we do this then we can remove the ServiceBase class.

> Perform top-down analysis of startup elements to come up with unified method
> ----------------------------------------------------------------------------
>
>                 Key: JUDDI-248
>                 URL: https://issues.apache.org/jira/browse/JUDDI-248
>             Project: jUDDI
>          Issue Type: Improvement
>    Affects Versions: 3.0beta
>            Reporter: Jeff Faath
>            Assignee: Jeff Faath
>             Fix For: 3.0
>
>
> Several pieces are involved in starting up juddi including initiating config, instantiating persistence manger, starting up subscription notifier, etc.  This startup process should be unified across all the ways juddi can be run (servlet, embedded, etc.).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (JUDDI-248) Perform top-down analysis of startup elements to come up with unified method

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam closed JUDDI-248.
-----------------------------

    Resolution: Fixed

Added a Registry.start()/stop() for inVM and RMI for WS it's handled by the RegistryServlet.

> Perform top-down analysis of startup elements to come up with unified method
> ----------------------------------------------------------------------------
>
>                 Key: JUDDI-248
>                 URL: https://issues.apache.org/jira/browse/JUDDI-248
>             Project: jUDDI
>          Issue Type: Improvement
>    Affects Versions: 3.0beta
>            Reporter: Jeff Faath
>            Assignee: Kurt T Stam
>             Fix For: 3.0
>
>
> Several pieces are involved in starting up juddi including initiating config, instantiating persistence manger, starting up subscription notifier, etc.  This startup process should be unified across all the ways juddi can be run (servlet, embedded, etc.).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (JUDDI-248) Perform top-down analysis of startup elements to come up with unified method

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam reassigned JUDDI-248:
---------------------------------

    Assignee: Kurt T Stam  (was: Jeff Faath)

> Perform top-down analysis of startup elements to come up with unified method
> ----------------------------------------------------------------------------
>
>                 Key: JUDDI-248
>                 URL: https://issues.apache.org/jira/browse/JUDDI-248
>             Project: jUDDI
>          Issue Type: Improvement
>    Affects Versions: 3.0beta
>            Reporter: Jeff Faath
>            Assignee: Kurt T Stam
>             Fix For: 3.0
>
>
> Several pieces are involved in starting up juddi including initiating config, instantiating persistence manger, starting up subscription notifier, etc.  This startup process should be unified across all the ways juddi can be run (servlet, embedded, etc.).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.