Java Mailing List Archive

http://www.gg3721.com/

Home » Hibernate Commits List »

[hibernate-commits] Hibernate SVN: r15020 -
 search/trunk/doc/reference/en/modules.

hibernate-commits

2008-08-09


Author LoginPost Reply
Author: epbernard
Date: 2008-08-09 11:25:56 -0400 (Sat, 09 Aug 2008)
New Revision: 15020

Modified:
 search/trunk/doc/reference/en/modules/configuration.xml
Log:
Change ConnectionFactory to a more accessible JNDI name

Modified: search/trunk/doc/reference/en/modules/configuration.xml
===================================================================
--- search/trunk/doc/reference/en/modules/configuration.xml  2008-08-06 10:44:01 UTC (rev 15019)
+++ search/trunk/doc/reference/en/modules/configuration.xml  2008-08-09 15:25:56 UTC (rev 15020)
@@(protected) @@

        <entry>Mandatory for the JMS back end. Defines the JNDI name to
        lookup the JMS connection factory from
-        (<literal>java:/ConnectionFactory</literal> by default in JBoss
+        (<literal>/ConnectionFactory</literal> by default in JBoss
        AS)</entry>
      </row>

@@(protected) @@

## Backend configuration
hibernate.search.worker.backend = jms
-hibernate.search.worker.jms.connection_factory = java:/ConnectionFactory
+hibernate.search.worker.jms.connection_factory = /ConnectionFactory
hibernate.search.worker.jms.queue = queue/hibernatesearch
#optional jndi configuration (check your JMS provider for more information)


_______________________________________________
hibernate-commits mailing list
hibernate-commits@(protected)
https://lists.jboss.org/mailman/listinfo/hibernate-commits
©2008 gg3721.com - Jax Systems, LLC, U.S.A.