[ http://issues.apache.org/jira/browse/GERONIMO-2153?page=comments#action_12439349 ] David Jencks commented on GERONIMO-2153: ----------------------------------------
I've copied most of dains sandbox work into geronimo-naming and removed the obsolete stuff we had there so all our naming is based on xbean-naming and the gjndi gbeans etc. g rev 452262 openejb rev 452263 Remaining work: -rationalize the package names - Improve the design of and decide on a good location for the ResourceBinding and EJBBinding gbeans that I did not copy from the plugin. These involve both connector/naming and openejb/naming classes, and I'm not certain where esp. the connector one should go. I'm not enthusiastic about introducing more dependencies from connector due to its use in Jencks. - check if java:comp/env should be able to be looked up even if empty. There's a disabled unit test in TestEnvironmentEntryBuilder that suggests that currently it is not possible to look it up. - Decide on good syntax in connector and ejb plans to specify bindings into global jndi and possibly other naming systems. > Global JNDI > ----------- > > Key: GERONIMO-2153 > URL: http://issues.apache.org/jira/browse/GERONIMO-2153 > Project: Geronimo > Issue Type: New Feature > Security Level: public(Regular issues) > Components: naming > Affects Versions: 1.2 > Reporter: Krishnakumar B > Assigned To: Dain Sundstrom > Attachments: ConnectorJNDIBindingGBean.java, > GeronimoGlobalContext.java, jndi-project.zip > > > Implementing Global JNDI for server > Requirements > * Non -persistent > * Read/Write > * Bindings to JNDI/COS-NAMING/JAXR > * Can bind RA,EJB,GBEAN,Any object -- 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
