[jboss-cvs] JBossAS SVN: r66269 - trunk/server/src/main/org/jboss/ejb.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 19 01:22:42 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-10-19 01:22:42 -0400 (Fri, 19 Oct 2007)
New Revision: 66269

Modified:
   trunk/server/src/main/org/jboss/ejb/Container.java
Log:
Log the enc id

Modified: trunk/server/src/main/org/jboss/ejb/Container.java
===================================================================
--- trunk/server/src/main/org/jboss/ejb/Container.java	2007-10-19 03:30:05 UTC (rev 66268)
+++ trunk/server/src/main/org/jboss/ejb/Container.java	2007-10-19 05:22:42 UTC (rev 66269)
@@ -1123,6 +1123,8 @@
       // Since the BCL is already associated with this thread we can start
       // using the java: namespace directly
       Context ctx = (Context)new InitialContext().lookup("java:comp");
+      Object id = ENCFactory.getCurrentId();
+      log.debug("Using java:comp using id="+id);
 
       // Bind the orb
       if (orb != null)




More information about the jboss-cvs-commits mailing list