[hibernate-commits] Hibernate SVN: r16555 - search/branches/Branch_3_1/src/test/resources.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed May 13 08:43:41 EDT 2009


Author: hardy.ferentschik
Date: 2009-05-13 08:43:40 -0400 (Wed, 13 May 2009)
New Revision: 16555

Added:
   search/branches/Branch_3_1/src/test/resources/jndi.properties
Log:
Backporting HSEARCH-82 - Maven migration. This hopefully makes it easier to maintain this branch for EAP

Added: search/branches/Branch_3_1/src/test/resources/jndi.properties
===================================================================
--- search/branches/Branch_3_1/src/test/resources/jndi.properties	                        (rev 0)
+++ search/branches/Branch_3_1/src/test/resources/jndi.properties	2009-05-13 12:43:40 UTC (rev 16555)
@@ -0,0 +1,12 @@
+java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory
+java.naming.provider.url=vm://localhost
+
+# use the following property to specify the JNDI name the connection factory
+# should appear as. 
+connectionFactoryNames = ConnectionFactory, java:/ConnectionFactory
+
+# register some queues in JNDI using the form
+# queue.[jndiName] = [physicalName]
+queue.queue/searchtest = searchQueue
+
+




More information about the hibernate-commits mailing list