[Jboss-cvs] JBossAS SVN: r56142 - trunk/ejb3/src/resources/test/iiop

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 22 03:03:11 EDT 2006


Author: wolfc
Date: 2006-08-22 03:03:08 -0400 (Tue, 22 Aug 2006)
New Revision: 56142

Added:
   trunk/ejb3/src/resources/test/iiop/jndi.properties
Log:
EJBTHREE-667: trying to get getHandle to work

Added: trunk/ejb3/src/resources/test/iiop/jndi.properties
===================================================================
--- trunk/ejb3/src/resources/test/iiop/jndi.properties	2006-08-22 07:03:02 UTC (rev 56141)
+++ trunk/ejb3/src/resources/test/iiop/jndi.properties	2006-08-22 07:03:08 UTC (rev 56142)
@@ -0,0 +1,8 @@
+java.naming.factory.initial=com.sun.jndi.cosnaming.CNCtxFactory
+java.naming.provider.url=corbaloc::localhost:3528/NameService
+#java.naming.provider.url=corbaloc::localhost:3528/JBoss/Naming/root
+java.naming.factory.object=org.jboss.tm.iiop.client.IIOPClientUserTransactionObjectFactory
+# use java: client namespace
+java.naming.factory.url.pkgs=org.jboss.naming.client:org.jnp.interfaces
+# hack to get java: client namespace up
+j2ee.clientName=iiop-unit-test




More information about the jboss-cvs-commits mailing list