non-reference gbean dependencies
--------------------------------

         Key: GERONIMO-512
         URL: http://nagoya.apache.org/jira/browse/GERONIMO-512
     Project: Apache Geronimo
        Type: New Feature
  Components: kernel  
    Versions: 1.0-M3    
    Reporter: David Jencks
 Assigned to: Dain Sundstrom 


Currently there is no way to make gbeans start in a particular order unless 
they have a reference to each other.  This is unsatisfactory as for instance 
one might open a server socket the other wants to connect to.  Also, jndi refs 
are not reflected in the gbean dependency graph.

So far the best idea seems to be to add a list of dependencies (object names or 
their successors) to GBeanData, and add these to the dependency manager on 
startup (and presumably remove them on shutdown).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to