[jboss-cvs] JBossAS SVN: r57324 - branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/iiop/unit

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Oct 1 07:16:57 EDT 2006


Author: wolfc
Date: 2006-10-01 07:16:52 -0400 (Sun, 01 Oct 2006)
New Revision: 57324

Modified:
   branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/iiop/unit/IiopRemoteUnitTestCase.java
Log:
Fixed iiop test case

Modified: branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/iiop/unit/IiopRemoteUnitTestCase.java
===================================================================
--- branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/iiop/unit/IiopRemoteUnitTestCase.java	2006-10-01 11:13:47 UTC (rev 57323)
+++ branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/iiop/unit/IiopRemoteUnitTestCase.java	2006-10-01 11:16:52 UTC (rev 57324)
@@ -70,7 +70,7 @@
       props.put("java.naming.factory.initial", "com.sun.jndi.cosnaming.CNCtxFactory");
       props.put("java.naming.provider.url", "corbaloc::localhost:3528/NameService");
       props.put("java.naming.factory.object", "org.jboss.tm.iiop.client.IIOPClientUserTransactionObjectFactory");
-      props.put(Context.URL_PKG_PREFIXES, "org.jboss.naming.client:org.jnp.interfaces");
+      props.put(Context.URL_PKG_PREFIXES, "org.jboss.ejb3.naming.client:org.jnp.interfaces");
       props.put("j2ee.clientName", "iiop-unit-test");
       
 //      props.put(InitialContext.SECURITY_PRINCIPAL, "somebody");




More information about the jboss-cvs-commits mailing list