Here are what I tried: 1, use openejb remote jndi system to bind DS object with moduleId "openejb/global". I added a DataSource service tracker in EjbDaemonGBean to listen DS service to complete this step. 2, I tried to use fall back to remoteInitialContext lookup in RootContext.
3, I found that JndiRequestHandler can only handle "org.apache.commons.dbcp.BasicDataSource" type DS. It can't handle TranqlDataSource used in geronimo. Any good idea ? -- Shawn
