[teiid-commits] teiid SVN: r3022 - trunk/documentation/client-developers-guide/src/main/docbook/en-US/content.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Mar 22 22:05:13 EDT 2011


Author: shawkins
Date: 2011-03-22 22:05:13 -0400 (Tue, 22 Mar 2011)
New Revision: 3022

Modified:
   trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/using-hibernate.xml
Log:
TEIID-1525 update about id generation

Modified: trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/using-hibernate.xml
===================================================================
--- trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/using-hibernate.xml	2011-03-23 02:01:33 UTC (rev 3021)
+++ trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/using-hibernate.xml	2011-03-23 02:05:13 UTC (rev 3022)
@@ -53,7 +53,9 @@
        
        <programlisting><![CDATA[<property name="connection.url">
 	jdbc:teiid:<vdb-name>@mm://<host>:<port>;user=<user-name>;password=<password>
-</property>]]></programlisting></para>      
+</property>]]></programlisting>
+       <note><para>Be sure to use a <xref linkend="local_connection"/> if Hibernate is in the same VM as the application server.</para></note>
+       </para>      
        </listitem>
        <listitem>
        <para>Specify the Teiid dialect class in the “dialect” property:



More information about the teiid-commits mailing list