[jboss-cvs] JBossAS SVN: r112491 - projects/jboss-jca/branches/Branch_1_0/doc/userguide/en-US/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 30 10:26:45 EST 2011


Author: jesper.pedersen
Date: 2011-11-30 10:26:44 -0500 (Wed, 30 Nov 2011)
New Revision: 112491

Modified:
   projects/jboss-jca/branches/Branch_1_0/doc/userguide/en-US/modules/codegenerator.xml
   projects/jboss-jca/branches/Branch_1_0/doc/userguide/en-US/modules/configuration.xml
   projects/jboss-jca/branches/Branch_1_0/doc/userguide/en-US/modules/deployment.xml
   projects/jboss-jca/branches/Branch_1_0/doc/userguide/en-US/modules/introduction.xml
Log:
Doc fixes

Modified: projects/jboss-jca/branches/Branch_1_0/doc/userguide/en-US/modules/codegenerator.xml
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/doc/userguide/en-US/modules/codegenerator.xml	2011-11-30 15:25:23 UTC (rev 112490)
+++ projects/jboss-jca/branches/Branch_1_0/doc/userguide/en-US/modules/codegenerator.xml	2011-11-30 15:26:44 UTC (rev 112491)
@@ -87,7 +87,7 @@
       <section id="codegenerator_input">
         <title>Developer Input</title>
 
-        <para>This section describes the questions that are ask of the developer
+        <para>This section describes the questions that are asked
           in order to generate the code.</para>
         
         <table frame="all">

Modified: projects/jboss-jca/branches/Branch_1_0/doc/userguide/en-US/modules/configuration.xml
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/doc/userguide/en-US/modules/configuration.xml	2011-11-30 15:25:23 UTC (rev 112490)
+++ projects/jboss-jca/branches/Branch_1_0/doc/userguide/en-US/modules/configuration.xml	2011-11-30 15:26:44 UTC (rev 112491)
@@ -163,7 +163,7 @@
                   <entry><code>ResourceAdapterRepository</code></entry>
                   <entry><code>org.jboss.jca.&#x200B;core.spi.rar.&#x200B;ResourceAdapterRepository</code></entry>
                   <entry>
-                    The metadata repository
+                    The resource adapter repository
                   </entry>
                 </row>
                 <row>

Modified: projects/jboss-jca/branches/Branch_1_0/doc/userguide/en-US/modules/deployment.xml
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/doc/userguide/en-US/modules/deployment.xml	2011-11-30 15:25:23 UTC (rev 112490)
+++ projects/jboss-jca/branches/Branch_1_0/doc/userguide/en-US/modules/deployment.xml	2011-11-30 15:26:44 UTC (rev 112491)
@@ -51,7 +51,7 @@
 
      <para>on Windows.</para>
 
-     <para>The resource adapter can configured and activated through a <code>META-INF/ironjacamar.xml</code>
+     <para>The resource adapter can be configured and activated through a <code>META-INF/ironjacamar.xml</code>
        file in the archive. The format of the XML document is defined by the <code>ironjacamar_1_0.xsd</code>.</para>
 
      <para>A resource adapter can also be configured and activated through deployment of a <code>-ra.xml</code>
@@ -661,7 +661,7 @@
             The IronJacamar recovery extension allows the resource adapter deployment to give feedback
             to the container if a <code>ManagedConnection</code> can be used for recovery. This extension
             is used as part of XA recovery in the environment, and should therefore be implemented by all
-            resource adapters capable of working in an <code>XATransaction</code> sematics.
+            resource adapters capable of working in an <code>XATransaction</code> semantics.
           </para>
 
           <para>

Modified: projects/jboss-jca/branches/Branch_1_0/doc/userguide/en-US/modules/introduction.xml
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/doc/userguide/en-US/modules/introduction.xml	2011-11-30 15:25:23 UTC (rev 112490)
+++ projects/jboss-jca/branches/Branch_1_0/doc/userguide/en-US/modules/introduction.xml	2011-11-30 15:26:44 UTC (rev 112491)
@@ -114,7 +114,7 @@
           </listitem>
           <listitem>
             ManagedConnection: The managed connection represents a physical connection to the target
-            Enterprise Information System (EIS). The managed connection notfies the application server
+            Enterprise Information System (EIS). The managed connection notifies the application server
             of events such as connection closed and connection error.
           </listitem>
         </itemizedlist>



More information about the jboss-cvs-commits mailing list