[weld-commits] Weld SVN: r6851 - core/trunk/tests-arquillian/src/test/resources.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Jul 29 14:46:13 EDT 2010


Author: aslak
Date: 2010-07-29 14:46:13 -0400 (Thu, 29 Jul 2010)
New Revision: 6851

Added:
   core/trunk/tests-arquillian/src/test/resources/jndi.properties
Log:
WELD-493 Added jndi.properties for incontainer-remote profile

Added: core/trunk/tests-arquillian/src/test/resources/jndi.properties
===================================================================
--- core/trunk/tests-arquillian/src/test/resources/jndi.properties	                        (rev 0)
+++ core/trunk/tests-arquillian/src/test/resources/jndi.properties	2010-07-29 18:46:13 UTC (rev 6851)
@@ -0,0 +1,4 @@
+#jboss JNDI properties
+java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
+java.naming.provider.url=jnp://localhost:1099
+java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
\ No newline at end of file



More information about the weld-commits mailing list