Author: clebert.suconic(a)jboss.com
Date: 2009-09-09 12:37:43 -0400 (Wed, 09 Sep 2009)
New Revision: 7947
Modified:
trunk/docs/user-manual/en/appserver-integration.xml
Log:
fixing typo
Modified: trunk/docs/user-manual/en/appserver-integration.xml
===================================================================
--- trunk/docs/user-manual/en/appserver-integration.xml 2009-09-09 16:29:42 UTC (rev
7946)
+++ trunk/docs/user-manual/en/appserver-integration.xml 2009-09-09 16:37:43 UTC (rev
7947)
@@ -390,7 +390,8 @@
<row>
<entry>TransactionManagerLocatorMethod</entry>
<entry>String</entry>
- <entry>The method to invoke on the
TransactionManagerLocatorClass to get the transaction manager</entry>
+ <entry>The method to invoke on the
TransactionManagerLocatorClass to get
+ the transaction manager</entry>
</row>
<row>
<entry>useLocalTx</entry>
@@ -573,7 +574,7 @@
factories that are used by Java EE components. These Connection Factories
can be
defined inside a configuration file that matches the name <literal
*-ds.xml</literal>. You'll find a default
<literal>jms-ds.xml</literal>
- configuration under the
<literal>messaging.sar</literal> directory in the Jboss AS
+ configuration under the <literal>hornetq.sar</literal>
directory in the Jboss AS
deployment. The connection factories defined in the config file inherit
their
properties from the main <literal>ra.xml</literal>
configuration but can also be
overridden, the following example show how to define one.</para>