[ http://issues.apache.org/jira/browse/GERONIMO-512?page=comments#action_12317563 ]
Aaron Mulder commented on GERONIMO-512: --------------------------------------- My understanding of this issue is: Allow a single GBean reference to be created such that it does not originate from a specific GBean constructor argument or property, but is just an anonymous reference from one GBean to another GBean. > non-reference gbean dependencies > -------------------------------- > > Key: GERONIMO-512 > URL: http://issues.apache.org/jira/browse/GERONIMO-512 > Project: Geronimo > Type: New Feature > Components: kernel > Versions: 1.0-M3 > Reporter: David Jencks > > 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://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
