[jboss-cvs] JBossAS SVN: r64423 - in trunk/ejb3/src/resources/test: localfromremote and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 2 08:06:55 EDT 2007


Author: kabir.khan at jboss.com
Date: 2007-08-02 08:06:55 -0400 (Thu, 02 Aug 2007)
New Revision: 64423

Added:
   trunk/ejb3/src/resources/test/localfromremote/
   trunk/ejb3/src/resources/test/localfromremote/jndi1.properties
   trunk/ejb3/src/resources/test/localfromremote/jndi2.properties
Log:
Fix the test build

Added: trunk/ejb3/src/resources/test/localfromremote/jndi1.properties
===================================================================
--- trunk/ejb3/src/resources/test/localfromremote/jndi1.properties	                        (rev 0)
+++ trunk/ejb3/src/resources/test/localfromremote/jndi1.properties	2007-08-02 12:06:55 UTC (rev 64423)
@@ -0,0 +1,3 @@
+java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
+java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
+java.naming.provider.url=jnp://localhost:1199
\ No newline at end of file

Added: trunk/ejb3/src/resources/test/localfromremote/jndi2.properties
===================================================================
--- trunk/ejb3/src/resources/test/localfromremote/jndi2.properties	                        (rev 0)
+++ trunk/ejb3/src/resources/test/localfromremote/jndi2.properties	2007-08-02 12:06:55 UTC (rev 64423)
@@ -0,0 +1,3 @@
+java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
+java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
+java.naming.provider.url=jnp://localhost:1099
\ No newline at end of file




More information about the jboss-cvs-commits mailing list