I just looked at the latest build with the jbosstest.ear from the testsuite module and the DebugServlet http://localhost:8080/jbosstest/DebugServlet is displaying the full java:comp context correctly:
java:comp +- UserTransaction[link -> UserTransaction] +- env | +- mail | | +- DefaultMail[link -> java:/Mail] | +- jdbc | | +- DefaultDS[link -> java:/DefaultDS] | +- ejb | | +- OptimizedEJB[link -> OptimizedEJB] | | +- bean2[link -> ENCBean1] | | +- bean1[link -> ENCBean1] | | +- catalog | | | +- CatalogDAOClass | | +- bean0[link -> ENCBean0] | | +- CtsBmp[link -> ejbcts/BMPBean] | | +- SecuredEJB[link -> jbosstest/ejbs/SecuredEJB] | | +- UnsecuredEJB[link -> jbosstest/ejbs/UnsecuredEJB] | +- Floats | | +- f1 | | +- f0 | +- Strings | | +- s1 | | +- s0 | +- Ints | | +- i1 | | +- i0 | +- security | | +- realmMapping[link -> java:/jaas/other] | | +- securityMgr[link -> java:/jaas/other] | +- jms | | +- QueFactory[link -> ConnectionFactory] xxxxxxxxxxxxxxxxxxxxxxxx Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx ----- Original Message ----- From: "Peter Levart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 30, 2001 1:18 AM Subject: [JBoss-dev] JNDI view of java:comp context from Jetty broken > Hello! > > There seems to be something wrong with java:comp naming context as seen from > within Jetty in the latest CVS sources. > > That's what a servlet sees when the app is run in a JBoss/Jetty from a couple > of days ago: > > +- jaas > +- TransactionPropagationContextImporter > +- JmsXA > +- MinervaSharedLocalCMFactory > +- DefaultDS > +- StdJMSPool > +- MinervaXACMFactory > +- TransactionManager > +- TransactionPropagationContextExporter > +- ConnectionFactory > +- DefaultJMSProvider > +- XAConnectionFactory > +- Mail > +- NoTransDS > +- SecurityProxyFactory > +- comp > | +- UserTransaction[link -> UserTransaction] > | +- env > | | +- ejb > | | | +- CustomersSessionRemote[link -> CustomersSessionBean] > | | +- security > | | | +- realmMapping > | | | +- securityMgr > +- MinervaNoTransCMFactory > +- Sybase_J2EETEST > > > And that's the same app run in todays build: > > +- jaas > +- TransactionPropagationContextImporter > +- JmsXA > +- MinervaSharedLocalCMFactory > +- DefaultDS > +- StdJMSPool > +- MinervaXACMFactory > +- TransactionManager > +- TransactionPropagationContextExporter > +- ConnectionFactory > +- DefaultJMSProvider > +- XAConnectionFactory > +- Mail > +- NoTransDS > +- SecurityProxyFactory > +- comp > +- MinervaNoTransCMFactory > +- Sybase_J2EETEST > > > Notice that java:comp context is empty. > > Has anybody else noticed that? > > > Peter > > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
