[jboss-cvs] JBossAS SVN: r111697 - in projects/jboss-jca/trunk: core/src/main/java/org/jboss/jca/core and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 30 13:48:32 EDT 2011


Author: jesper.pedersen
Date: 2011-06-30 13:48:32 -0400 (Thu, 30 Jun 2011)
New Revision: 111697

Modified:
   projects/jboss-jca/trunk/common/src/main/java/org/jboss/jca/common/CommonBundle.java
   projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/CoreBundle.java
   projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/CoreLogger.java
   projects/jboss-jca/trunk/deployers/src/main/java/org/jboss/jca/deployers/DeployersBundle.java
   projects/jboss-jca/trunk/doc/userguide/en-US/modules/deployment.xml
   projects/jboss-jca/trunk/doc/userguide/en-US/modules/installation.xml
   projects/jboss-jca/trunk/doc/userguide/en-US/modules/logging.xml
   projects/jboss-jca/trunk/doc/userguide/en-US/modules/running.xml
   projects/jboss-jca/trunk/doc/userguide/en-US/modules/validator.xml
Log:
Documentation updates

Modified: projects/jboss-jca/trunk/common/src/main/java/org/jboss/jca/common/CommonBundle.java
===================================================================
--- projects/jboss-jca/trunk/common/src/main/java/org/jboss/jca/common/CommonBundle.java	2011-06-30 16:45:20 UTC (rev 111696)
+++ projects/jboss-jca/trunk/common/src/main/java/org/jboss/jca/common/CommonBundle.java	2011-06-30 17:48:32 UTC (rev 111697)
@@ -151,7 +151,7 @@
     * @param value The value
     * @return The value
     */
-   @Message(id = 10065, value = "Missing jndi-name mandatory attribute: %s")
+   @Message(id = 10065, value = "Missing mandatory jndi-name attribute: %s")
    public String missingJndiName(String value);
 
    /**

Modified: projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/CoreBundle.java
===================================================================
--- projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/CoreBundle.java	2011-06-30 16:45:20 UTC (rev 111696)
+++ projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/CoreBundle.java	2011-06-30 17:48:32 UTC (rev 111697)
@@ -87,7 +87,7 @@
     * @return The value
     */
    @Message(id = 256, value = "Work execution context must be null because " +
-         "work instance implements WorkContextProvider!")
+         "work instance implements WorkContextProvider")
    public String workExecutionContextMustNullImplementsWorkContextProvider();
 
    /**
@@ -167,7 +167,7 @@
     * Error in delist
     * @return The value
     */
-   @Message(id = 353, value = "Error in delist!")
+   @Message(id = 353, value = "Error in delist")
    public String errorInDelist();
    
    /**
@@ -193,7 +193,7 @@
     * @param currentTx current transaction instance
     * @return The value
     */
-   @Message(id = 356, value = "%s tx=%s")
+   @Message(id = 356, value = "Failed to enlist: %s tx=%s")
    public String systemExceptionWhenFailedToEnlistEqualsCurrentTx(Object throwable, Object currentTx);
    
    
@@ -228,14 +228,14 @@
     * @return The value
     */
    @Message(id = 454, value = "You are trying to use a connection factory that has been shut down: " +
-         "ManagedConnectionFactory is null.")
+         "ManagedConnectionFactory is null")
    public String tryingUseConnectionFactoryShutDown();
    
    /**
     * Wrong ManagedConnectionFactory sent to allocateConnection
     * @return The value
     */
-   @Message(id = 455, value = "Wrong ManagedConnectionFactory sent to allocateConnection!")
+   @Message(id = 455, value = "Wrong ManagedConnectionFactory sent to allocateConnection")
    public String wrongManagedConnectionFactorySentToAllocateConnection();
 
    /**
@@ -273,21 +273,21 @@
     * Error checking for a transaction.
     * @return The value
     */
-   @Message(id = 460, value = "Error checking for a transaction.")
+   @Message(id = 460, value = "Error checking for a transaction")
    public String errorCheckingForTransaction();
    
    /**
     * Could not enlist in transaction on entering meta-aware object
     * @return The value
     */
-   @Message(id = 461, value = "Could not enlist in transaction on entering meta-aware object!")
+   @Message(id = 461, value = "Could not enlist in transaction on entering meta-aware object")
    public String notEnlistInTransactionOnEnteringMetaAwareObject();
    
    /**
     * Could not delist resource, probably a transaction rollback
     * @return The value
     */
-   @Message(id = 462, value = "Could not delist resource, probably a transaction rollback?")
+   @Message(id = 462, value = "Could not delist resource, probably a transaction rollback")
    public String couldNotDelistResourceThenTransactionRollback();
    
    /**
@@ -328,7 +328,7 @@
     * @param end time of end
     * @return The value
     */
-   @Message(id = 654, value = "Interrupted while requesting connection! Waited %s ms")
+   @Message(id = 654, value = "Interrupted while requesting connection: Waited %s ms")
    public String interruptedWhileRequestingConnection(long end);
 
    /**
@@ -336,7 +336,7 @@
     * @param blockingTimeout timeout of blocking
     * @return The value
     */
-   @Message(id = 655, value = "No ManagedConnections available within configured blocking timeout (  %s [ms] )")
+   @Message(id = 655, value = "No managed connections available within configured blocking timeout (%s [ms])")
    public String noMManagedConnectionsAvailableWithinConfiguredBlockingTimeout(long blockingTimeout);
 
    /**
@@ -351,7 +351,7 @@
     * @param end time of end
     * @return The value
     */
-   @Message(id = 657, value = "Interrupted while requesting permit! Waited %s ms")
+   @Message(id = 657, value = "Interrupted while requesting permit: Waited %s ms")
    public String interruptedWhileRequestingPermit(long end);
    
    /**
@@ -379,7 +379,7 @@
     * ResourceAdapter instance not active
     * @return The value
     */
-   @Message(id = 851, value = "ResourceAdapter instance not active")
+   @Message(id = 851, value = "Resource adapter instance not active")
    public String resourceAdapterInstanceNotActive();
    
    /**
@@ -440,7 +440,7 @@
     * @param flags flags
     * @return The value
     */
-   @Message(id = 1151, value = "Trying to start a new tx when old is not complete! old: %s, new %s, flags %s")
+   @Message(id = 1151, value = "Trying to start a new transaction when old is not complete: Old: %s, New %s, Flags %s")
    public String tryingStartNewTxWhenOldNotComplete(Object oldXid, Object newXid, int flags);
 
    /**
@@ -449,21 +449,21 @@
     * @param flags flags
     * @return The value
     */
-   @Message(id = 1152, value = "Trying to start a new tx with wrong flags! new %s, flags %s")
+   @Message(id = 1152, value = "Trying to start a new transaction with wrong flags: New %s, Flags %s")
    public String tryingStartNewTxWithWrongFlags(Object xid, int flags);
    
    /**
     * Error trying to start local tx
     * @return The value
     */
-   @Message(id = 1153, value = "Error trying to start local tx")
+   @Message(id = 1153, value = "Error trying to start local transaction")
    public String errorTryingStartLocalTx();
    
    /**
     * Throwable trying to start local transaction
     * @return The value
     */
-   @Message(id = 1154, value = "Throwable trying to start local transaction!")
+   @Message(id = 1154, value = "Throwable trying to start local transaction")
    public String throwableTryingStartLocalTx();
 
    /**
@@ -472,28 +472,28 @@
     * @param xid xid
     * @return The value
     */
-   @Message(id = 1155, value = "Wrong xid in commit: expected: %s, got: %s")
+   @Message(id = 1155, value = "Wrong xid in commit: Expected: %s, Got: %s")
    public String wrongXidInCommit(Object currentXid, Object xid);
    
    /**
     * Could not commit local tx
     * @return The value
     */
-   @Message(id = 1156, value = "Could not commit local tx")
+   @Message(id = 1156, value = "Could not commit local transaction")
    public String couldNotCommitLocalTx();
    
    /**
     * Forget not supported in local tx
     * @return The value
     */
-   @Message(id = 1157, value = "Forget not supported in local tx")
+   @Message(id = 1157, value = "Forget not supported in local transaction")
    public String forgetNotSupportedInLocalTx();
    
    /**
     * No recover with local-tx only resource managers
     * @return The value
     */
-   @Message(id = 1158, value = "No recover with local-tx only resource managers")
+   @Message(id = 1158, value = "No recovery for LocalTransaction only resource manager")
    public String noRecoverWithLocalTxResourceManagers();
    
    /**
@@ -502,7 +502,7 @@
     * @param xid xid
     * @return The value
     */
-   @Message(id = 1159, value = "Wrong xid in rollback: expected: %s, got: %s")
+   @Message(id = 1159, value = "Wrong xid in rollback: Expected: %s, Got: %s")
    public String wrongXidInRollback(Object currentXid, Object xid);
 
    
@@ -510,7 +510,7 @@
     * Could not rollback local tx
     * @return The value
     */
-   @Message(id = 1160, value = "Could not rollback local tx")
+   @Message(id = 1160, value = "Could not rollback local transaction")
    public String couldNotRollbackLocalTx();
    
    // METADATA REPOSITORY (1200)

Modified: projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/CoreLogger.java
===================================================================
--- projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/CoreLogger.java	2011-06-30 16:45:20 UTC (rev 111696)
+++ projects/jboss-jca/trunk/core/src/main/java/org/jboss/jca/core/CoreLogger.java	2011-06-30 17:48:32 UTC (rev 111697)
@@ -48,7 +48,7 @@
     * @param handle The hande
     */
    @LogMessage(level = INFO)
-   @Message(id = 100, value = "Closing a connection for you.  Please close them yourself: %s")
+   @Message(id = 100, value = "Closing a connection for you. Please close them yourself: %s")
    public void closingConnection(Object handle);
 
    /**
@@ -73,7 +73,7 @@
     */
    @LogMessage(level = INFO)
    @Message(id = 103, value = "Could not find a close method on alleged connection object (%s). " +
-            "Please close your own connections.")
+            "Please close your own connections")
    public void closingConnectionNoClose(String clz);
    
    
@@ -112,8 +112,8 @@
     * @param managedConnection The managedConnection instance
     */
    @LogMessage(level = INFO)
-   @Message(id = 302, value = "Unregistered handle that was not registered! %s" + 
-         " for managedConnection: %s")
+   @Message(id = 302, value = "Unregistered handle that was not registered: %s" + 
+         " for managed connection: %s")
    public void unregisteredHandleNotRegistered(Object handle, Object managedConnection);
    
    /**
@@ -147,7 +147,7 @@
     * Notified of error on a different managed connection
     */
    @LogMessage(level = WARN)
-   @Message(id = 307, value = "Notified of error on a different managed connection?")
+   @Message(id = 307, value = "Notified of error on a different managed connection")
    public void notifiedErrorDifferentManagedConnection();
 
    /**
@@ -171,7 +171,7 @@
     * @param t The exception
     */
    @LogMessage(level = ERROR)
-   @Message(id = 313, value = "There is something wrong with the pooling?")
+   @Message(id = 313, value = "There is something wrong with the pooling")
    public void somethingWrongWithPooling(@Cause Throwable t);
    
    
@@ -201,7 +201,7 @@
     * @param connection connection object
     */
    @LogMessage(level = WARN)
-   @Message(id = 403, value = "Reconnecting a connection handle that still has a managed connection! %s %s")
+   @Message(id = 403, value = "Reconnecting a connection handle that still has a managed connection: %s %s")
    public void reconnectingConnectionHandleHasManagedConnection(Object mc, Object connection);
 
    /**
@@ -233,7 +233,7 @@
     * @param t The exception
     */
    @LogMessage(level = WARN)
-   @Message(id = 502, value = "Transaction %s error in before completion %s")
+   @Message(id = 502, value = "Transaction %s error in beforeCompletion %s")
    public void transactionErrorInBeforeCompletion(Object transaction, Object synch, @Cause Throwable t);
    
    /**
@@ -243,7 +243,7 @@
     * @param t The exception
     */
    @LogMessage(level = WARN)
-   @Message(id = 503, value = "Transaction %s error in after completion %s")
+   @Message(id = 503, value = "Transaction %s error in afterCompletion %s")
    public void transactionErrorInAfterCompletion(Object transaction, Object synch, @Cause Throwable t);
    
 
@@ -253,7 +253,7 @@
     * ConnectionValidator has been interrupted
     */
    @LogMessage(level = INFO)
-   @Message(id = 601, value = "ConnectionValidator has been interrupted - returning")
+   @Message(id = 601, value = "ConnectionValidator has been interrupted")
    public void returningConnectionValidatorInterrupted();
    
    /**
@@ -296,7 +296,7 @@
     * @param t The exception
     */
    @LogMessage(level = WARN)
-   @Message(id = 606, value = "Throwable while trying to match ManagedConnection, destroying connection: %s")
+   @Message(id = 606, value = "Throwable while trying to match managed connection, destroying connection: %s")
    public void throwableWhileTryingMatchManagedConnection(Object cl, @Cause Throwable t);
    
    /**
@@ -305,7 +305,7 @@
     * @param t The exception
     */
    @LogMessage(level = WARN)
-   @Message(id = 607, value = "ResourceException cleaning up ManagedConnection: %s")
+   @Message(id = 607, value = "ResourceException cleaning up managed connection: %s")
    public void resourceExceptionCleaningUpManagedConnection(Object cl, @Cause Throwable t);
    
    /**
@@ -322,7 +322,7 @@
     * @param t The exception
     */
    @LogMessage(level = WARN)
-   @Message(id = 609, value = "Attempt to return connection twice (ignored): %s")
+   @Message(id = 609, value = "Attempt to return connection twice: %s")
    public void attemptReturnConnectionTwice(Object cl, @Cause Throwable t);
    
    /**
@@ -338,7 +338,7 @@
     */
    @LogMessage(level = WARN)
    @Message(id = 611, value = "Warning: Background validation was specified with a non compliant " +
-         "ManagedConnectionFactory interface.")
+         "ManagedConnectionFactory interface")
    public void backgroundValidationNonCompliantManagedConnectionFactory();
    
    /**
@@ -355,7 +355,7 @@
     * @param t The exception
     */
    @LogMessage(level = WARN)
-   @Message(id = 613, value = "Throwable while trying to match ManagedConnection, destroying connection: %s")
+   @Message(id = 613, value = "Throwable while trying to match managed connection, destroying connection: %s")
    public void throwableWhileTryingMatchManagedConnectionThenDestroyingConnection(Object cl, @Cause Throwable t);
 
    /**
@@ -431,8 +431,8 @@
     * Prepare called on a local tx
     */
    @LogMessage(level = WARN)
-   @Message(id = 1101, value = "Prepare called on a local tx. Use of local transactions on a jta " +
-         "transaction with more than one branch may result in inconsistent data in some cases of failure.")
+   @Message(id = 1101, value = "Prepare called on a local tx. Use of local transactions on a JTA " +
+         "transaction with more than one branch may result in inconsistent data in some cases of failure")
    public void prepareCalledOnLocaltx();
    
    

Modified: projects/jboss-jca/trunk/deployers/src/main/java/org/jboss/jca/deployers/DeployersBundle.java
===================================================================
--- projects/jboss-jca/trunk/deployers/src/main/java/org/jboss/jca/deployers/DeployersBundle.java	2011-06-30 16:45:20 UTC (rev 111696)
+++ projects/jboss-jca/trunk/deployers/src/main/java/org/jboss/jca/deployers/DeployersBundle.java	2011-06-30 17:48:32 UTC (rev 111697)
@@ -57,7 +57,7 @@
    public String undefinedManagedConnectionFactory();
 
    /**
-    * Undefined managed connection factory
+    * Undefined admin object
     * @return The value
     */
    @Message(id = 20054, value = "AdminObject must be defined in class-name")

Modified: projects/jboss-jca/trunk/doc/userguide/en-US/modules/deployment.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en-US/modules/deployment.xml	2011-06-30 16:45:20 UTC (rev 111696)
+++ projects/jboss-jca/trunk/doc/userguide/en-US/modules/deployment.xml	2011-06-30 17:48:32 UTC (rev 111697)
@@ -40,13 +40,13 @@
         <code>deploy/</code> directory</para>
 
      <programlisting>
-cp example.rar ironjacamar-1.0.0/deploy
+cp example.rar ironjacamar-1.0.0.Final/deploy
      </programlisting>
 
      <para>on a Un*x based system or</para>
 
      <programlisting>
-copy example.rar ironjacamar-1.0.0\deploy
+copy example.rar ironjacamar-1.0.0.Final\deploy
      </programlisting>
 
      <para>on Windows.</para>
@@ -635,13 +635,13 @@
         <code>deploy/</code> directory</para>
         
       <programlisting>
-cp postgres-xa-ds.xml ironjacamar-1.0.0/deploy
+cp postgres-xa-ds.xml ironjacamar-1.0.0.Final/deploy
       </programlisting>
 
       <para>on a Un*x based system or</para>
 
       <programlisting>
-copy postgres-xa-ds.xml ironjacamar-1.0.0\deploy
+copy postgres-xa-ds.xml ironjacamar-1.0.0.Final\deploy
       </programlisting>
 
       <para>on Windows.</para>
@@ -751,8 +751,7 @@
               <row>
                 <entry><code>driver</code></entry>
                 <entry>
-                  An unique reference to the classloader module which contains the JDBC driver
-                   The accepted format is driverName#majorVersion.minorVersion
+                  An unique name for the JDBC driver specified in the drivers section
                 </entry>
               </row>
               <row>
@@ -1344,6 +1343,68 @@
           </tgroup>
         </table>
 
+        <table frame="all">
+          <title>Driver attributes</title>
+          <tgroup cols="2" align="left" colsep="1" rowsep="1">
+            <colspec colname="c1" colwidth="2*"/>
+            <colspec colname="c2" colwidth="3*"/>
+            <thead>
+              <row>
+                <entry align="left">Attribute</entry>
+                <entry align="left">Desciption</entry>
+              </row>
+            </thead>
+            <tbody>
+              <row>
+                <entry><code>name</code></entry>
+                <entry>
+                  An unique name for the JDBC driver
+                </entry>
+              </row>
+              <row>
+                <entry><code>module</code></entry>
+                <entry>
+                  The module definition for the JDBC driver
+                </entry>
+              </row>
+              <row>
+                <entry><code>major-version</code></entry>
+                <entry>
+                  The major version of the driver
+                </entry>
+              </row>
+              <row>
+                <entry><code>minor-version</code></entry>
+                <entry>
+                  The minor version of the driver
+                </entry>
+              </row>
+            </tbody>
+          </tgroup>
+        </table>
+
+        <table frame="all">
+          <title>Driver elements</title>
+          <tgroup cols="2" align="left" colsep="1" rowsep="1">
+            <colspec colname="c1" colwidth="2*"/>
+            <colspec colname="c2" colwidth="3*"/>
+            <thead>
+              <row>
+                <entry align="left">Element</entry>
+                <entry align="left">Desciption</entry>
+              </row>
+            </thead>
+            <tbody>
+              <row>
+                <entry><code>xa-datasource-class</code></entry>
+                <entry>
+                  The fully qualified class name of the XA datasource class
+                </entry>
+              </row>
+            </tbody>
+          </tgroup>
+        </table>
+
         <para>The datasource deployment schema is defined in <code>doc/datasources_1_0.xsd</code>.</para>
 
       </section>

Modified: projects/jboss-jca/trunk/doc/userguide/en-US/modules/installation.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en-US/modules/installation.xml	2011-06-30 16:45:20 UTC (rev 111696)
+++ projects/jboss-jca/trunk/doc/userguide/en-US/modules/installation.xml	2011-06-30 17:48:32 UTC (rev 111697)
@@ -10,13 +10,13 @@
      <para>Extract the distribution using</para>
 
      <programlisting>
-tar xzf ironjacamar-1.0.0.tar.gz
+tar xzf ironjacamar-1.0.0.Final.tar.gz
      </programlisting>
 
      <para>The distribution will be located in a directory named</para>
 
      <programlisting>
-ironjacamar-1.0.0
+ironjacamar-1.0.0.Final
      </programlisting>
 
    </section>
@@ -27,7 +27,7 @@
      <para>Extract the distribution using</para>
 
      <programlisting>
-unzip ironjacamar-1.0.0.tar.gz
+unzip ironjacamar-1.0.0.Final.zip
      </programlisting>
 
      <para>or any program capable of handling Zip archives such as WinZip and WinRar.</para>
@@ -35,7 +35,7 @@
      <para>The distribution will be located in a directory named</para>
 
      <programlisting>
-ironjacamar-1.0.0
+ironjacamar-1.0.0.Final
      </programlisting>
 
    </section>

Modified: projects/jboss-jca/trunk/doc/userguide/en-US/modules/logging.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en-US/modules/logging.xml	2011-06-30 16:45:20 UTC (rev 111696)
+++ projects/jboss-jca/trunk/doc/userguide/en-US/modules/logging.xml	2011-06-30 17:48:32 UTC (rev 111697)
@@ -20,25 +20,511 @@
         </thead>
         <tbody>
           <row>
-            <entry>000100</entry>
+            <entry>100</entry>
             <entry><code>INFO</code></entry>
-            <entry></entry>
+            <entry>Closing a connection for you. Please close them yourself</entry>
           </row>
           <row>
-            <entry>000101</entry>
+            <entry>102</entry>
             <entry><code>INFO</code></entry>
-            <entry></entry>
+            <entry>Throwable trying to close a connection for you, please close it yourself</entry>
           </row>
           <row>
-            <entry>000102</entry>
+            <entry>103</entry>
             <entry><code>INFO</code></entry>
-            <entry></entry>
+            <entry>Could not find a close method on alleged connection object. Please close your own connections</entry>
           </row>
           <row>
-            <entry>000103</entry>
+            <entry>151</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Some connections were not closed, see the log for the allocation stacktraces</entry>
+          </row>
+          <row>
+            <entry>201</entry>
+            <entry><code>ERROR</code></entry>
+            <entry>SecurityContext setup failed</entry>
+          </row>
+          <row>
+            <entry>202</entry>
+            <entry><code>ERROR</code></entry>
+            <entry>SecurityContext setup failed since CallbackSecurity was null</entry>
+          </row>
+          <row>
+            <entry>251</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>SecurityContext setup failed</entry>
+          </row>
+          <row>
+            <entry>252</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>SecurityContext setup failed since CallbackSecurity was null</entry>
+          </row>
+          <row>
+            <entry>253</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Work is null</entry>
+          </row>
+          <row>
+            <entry>254</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>StartTimeout is negative</entry>
+          </row>
+          <row>
+            <entry>255</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Interrupted while requesting permit</entry>
+          </row>
+          <row>
+            <entry>256</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Work execution context must be null because work instance implements WorkContextProviderStartTimeout is negative</entry>
+          </row>
+          <row>
+            <entry>257</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Run method is synchronized</entry>
+          </row>
+          <row>
+            <entry>258</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Release method is synchronized</entry>
+          </row>
+          <row>
+            <entry>259</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Unsupported WorkContext class</entry>
+          </row>
+          <row>
+            <entry>260</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Duplicate TransactionWorkContext class</entry>
+          </row>
+          <row>
+            <entry>261</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Duplicate SecurityWorkContext class</entry>
+          </row>
+          <row>
+            <entry>262</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Duplicate HintWorkContext class</entry>
+          </row>
+          <row>
+            <entry>263</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>WorkManager is shutting down</entry>
+          </row>
+          <row>
+            <entry>301</entry>
             <entry><code>INFO</code></entry>
-            <entry></entry>
+            <entry>Registered a null handle for managed connection</entry>
           </row>
+          <row>
+            <entry>302</entry>
+            <entry><code>INFO</code></entry>
+            <entry>Unregistered handle that was not registered</entry>
+          </row>
+          <row>
+            <entry>303</entry>
+            <entry><code>INFO</code></entry>
+            <entry>Unregistered a null handle for managed connection</entry>
+          </row>
+          <row>
+            <entry>305</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Connection error occured</entry>
+          </row>
+          <row>
+            <entry>306</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Unknown connection error occured</entry>
+          </row>
+          <row>
+            <entry>307</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Notified of error on a different managed connection</entry>
+          </row>
+          <row>
+            <entry>311</entry>
+            <entry><code>INFO</code></entry>
+            <entry>Throwable from unregister connection</entry>
+          </row>
+          <row>
+            <entry>312</entry>
+            <entry><code>ERROR</code></entry>
+            <entry>Error while closing connection handle</entry>
+          </row>
+          <row>
+            <entry>313</entry>
+            <entry><code>ERROR</code></entry>
+            <entry>There is something wrong with the pooling</entry>
+          </row>
+          <row>
+            <entry>351</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Not correct type</entry>
+          </row>
+          <row>
+            <entry>352</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Failure to delist resource</entry>
+          </row>
+          <row>
+            <entry>353</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Error in delist</entry>
+          </row>
+          <row>
+            <entry>354</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Unfinished local transaction - error getting local transaction</entry>
+          </row>
+          <row>
+            <entry>355</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Unfinished local transaction but managed connection does not provide a local transaction</entry>
+          </row>
+          <row>
+            <entry>356</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Failed to enlist</entry>
+          </row>
+          <row>
+            <entry>401</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Error during tidy up connection</entry>
+          </row>
+          <row>
+            <entry>402</entry>
+            <entry><code>WARN</code></entry>
+            <entry>ResourceException in returning connection</entry>
+          </row>
+          <row>
+            <entry>403</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Reconnecting a connection handle that still has a managed connection</entry>
+          </row>
+          <row>
+            <entry>404</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Unchecked throwable in managedConnectionDisconnected()</entry>
+          </row>
+          <row>
+            <entry>451</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>The connection manager is shutdown</entry>
+          </row>
+          <row>
+            <entry>452</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Method getManagedConnection retry wait was interrupted</entry>
+          </row>
+          <row>
+            <entry>453</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Unable to get managed connection</entry>
+          </row>
+          <row>
+            <entry>454</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>You are trying to use a connection factory that has been shut down: ManagedConnectionFactory is null</entry>
+          </row>
+          <row>
+            <entry>455</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Wrong ManagedConnectionFactory sent to allocateConnection</entry>
+          </row>
+          <row>
+            <entry>456</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Unchecked throwable in ManagedConnection.getConnection()</entry>
+          </row>
+          <row>
+            <entry>457</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Unchecked throwable in managedConnectionReconnected()</entry>
+          </row>
+          <row>
+            <entry>458</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>This method is not supported</entry>
+          </row>
+          <row>
+            <entry>459</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Transaction is not active</entry>
+          </row>
+          <row>
+            <entry>460</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Error checking for a transaction</entry>
+          </row>
+          <row>
+            <entry>461</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Could not enlist in transaction on entering meta-aware object</entry>
+          </row>
+          <row>
+            <entry>462</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Could not delist resource, probably a transaction rollback</entry>
+          </row>
+          <row>
+            <entry>463</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Unable to set XAResource transaction timeout</entry>
+          </row>
+          <row>
+            <entry>501</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Thread is not the enlisting thread</entry>
+          </row>
+          <row>
+            <entry>502</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Transaction error in beforeCompletion</entry>
+          </row>
+          <row>
+            <entry>503</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Transaction error in afterCompletion</entry>
+          </row>
+          <row>
+            <entry>601</entry>
+            <entry><code>INFO</code></entry>
+            <entry>ConnectionValidator has been interrupted</entry>
+          </row>
+          <row>
+            <entry>602</entry>
+            <entry><code>WARN</code></entry>
+            <entry>ConnectionValidator ignored unexpected runtime exception</entry>
+          </row>
+          <row>
+            <entry>603</entry>
+            <entry><code>WARN</code></entry>
+            <entry>ConnectionValidator ignored unexpected error</entry>
+          </row>
+          <row>
+            <entry>604</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Throwable while attempting to get a new connection</entry>
+          </row>
+          <row>
+            <entry>605</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Destroying connection that could not be successfully matched</entry>
+          </row>
+          <row>
+            <entry>606</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Throwable while trying to match managed connection, destroying connection</entry>
+          </row>
+          <row>
+            <entry>607</entry>
+            <entry><code>WARN</code></entry>
+            <entry>ResourceException cleaning up managed connection</entry>
+          </row>
+          <row>
+            <entry>608</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Destroying returned connection, maximum pool size exceeded</entry>
+          </row>
+          <row>
+            <entry>609</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Attempt to return connection twice</entry>
+          </row>
+          <row>
+            <entry>610</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Unable to fill pool</entry>
+          </row>
+          <row>
+            <entry>611</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Warning: Background validation was specified with a non compliant ManagedConnectionFactory interface</entry>
+          </row>
+          <row>
+            <entry>612</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Destroying connection that could not be successfully matched</entry>
+          </row>
+          <row>
+            <entry>613</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Throwable while trying to match managed connection, destroying connection</entry>
+          </row>
+          <row>
+            <entry>614</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Exception during createSubject()</entry>
+          </row>
+          <row>
+            <entry>651</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Unable to get managed connection pool</entry>
+          </row>
+          <row>
+            <entry>652</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Unable to obtain lock</entry>
+          </row>
+          <row>
+            <entry>653</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>The pool has been shutdown</entry>
+          </row>
+          <row>
+            <entry>654</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Interrupted while requesting connection</entry>
+          </row>
+          <row>
+            <entry>655</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>No managed connections available within configured blocking timeout</entry>
+          </row>
+          <row>
+            <entry>656</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>This should never happen</entry>
+          </row>
+          <row>
+            <entry>657</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Interrupted while requesting permit</entry>
+          </row>
+          <row>
+            <entry>658</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Unexpected throwable while trying to create a connection</entry>
+          </row>
+          <row>
+            <entry>701</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Exception during unbind</entry>
+          </row>
+          <row>
+            <entry>751</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Deployment failed</entry>
+          </row>
+          <row>
+            <entry>851</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Resource adapter instance not active</entry>
+          </row>
+          <row>
+            <entry>852</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Validation exception</entry>
+          </row>
+          <row>
+            <entry>853</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>The activation spec class is no longer available</entry>
+          </row>
+          <row>
+            <entry>854</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>The resource adapter is no longer available</entry>
+          </row>
+          <row>
+            <entry>855</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Key isn't registered</entry>
+          </row>
+          <row>
+            <entry>856</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Unable to lookup resource adapter in MDR</entry>
+          </row>
+          <row>
+            <entry>901</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Error during connection close</entry>
+          </row>
+          <row>
+            <entry>951</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Error during connection close</entry>
+          </row>
+          <row>
+            <entry>1001</entry>
+            <entry><code>WARN</code></entry>
+            <entry>No users.properties were found</entry>
+          </row>
+          <row>
+            <entry>1002</entry>
+            <entry><code>ERROR</code></entry>
+            <entry>Error while loading users.properties</entry>
+          </row>
+          <row>
+            <entry>1003</entry>
+            <entry><code>WARN</code></entry>
+            <entry>No roles.properties were found</entry>
+          </row>
+          <row>
+            <entry>1004</entry>
+            <entry><code>ERROR</code></entry>
+            <entry>Error while loading roles.properties</entry>
+          </row>
+          <row>
+            <entry>1011</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Prepare called on a local tx. Use of local transactions on a JTA
+            transaction with more than one branch may result in inconsistent data in some cases of failure</entry>
+          </row>
+          <row>
+            <entry>1151</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Trying to start a new transaction when old is not complete</entry>
+          </row>
+          <row>
+            <entry>1152</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Trying to start a new transaction with wrong flags</entry>
+          </row>
+          <row>
+            <entry>1153</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Error trying to start local transaction</entry>
+          </row>
+          <row>
+            <entry>1154</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Throwable trying to start local transaction</entry>
+          </row>
+          <row>
+            <entry>1155</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Wrong xid in commit</entry>
+          </row>
+          <row>
+            <entry>1156</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Could not commit local transaction</entry>
+          </row>
+          <row>
+            <entry>1157</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Forget not supported in local transaction</entry>
+          </row>
+          <row>
+            <entry>1158</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>No recovery for LocalTransaction only resource manager</entry>
+          </row>
+          <row>
+            <entry>1159</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Wrong xid in rollback</entry>
+          </row>
+          <row>
+            <entry>1160</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Could not rollback local transaction</entry>
+          </row>
         </tbody>
       </tgroup>
     </table>
@@ -62,10 +548,155 @@
         </thead>
         <tbody>
           <row>
-            <entry>010000</entry>
-            <entry></entry>
-            <entry></entry>
+            <entry>10001</entry>
+            <entry><code>ERROR</code></entry>
+            <entry>Parsing error of ra.xml file</entry>
           </row>
+          <row>
+            <entry>10002</entry>
+            <entry><code>ERROR</code></entry>
+            <entry>Parsing error of ironjacamar.xml file</entry>
+          </row>
+          <row>
+            <entry>10003</entry>
+            <entry><code>ERROR</code></entry>
+            <entry>No @Connector was found and no definition in the ra.xml metadata either</entry>
+          </row>
+          <row>
+            <entry>10004</entry>
+            <entry><code>ERROR</code></entry>
+            <entry>More than one @Connector was found but the correct one wasn't defined in the ra.xml metadata</entry>
+          </row>
+          <row>
+            <entry>10051</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>AnnotationRepository reference is null</entry>
+          </row>
+          <row>
+            <entry>10052</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>No @Connector defined</entry>
+          </row>
+          <row>
+            <entry>10053</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>More than @Connector defined</entry>
+          </row>
+          <row>
+            <entry>10054</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>More than one @ConnectionDefinitions defined</entry>
+          </row>
+          <row>
+            <entry>10055</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Unknown annotation</entry>
+          </row>
+          <row>
+            <entry>10056</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Element isn't a valid boolean</entry>
+          </row>
+          <row>
+            <entry>10057</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Attribute isn't a valid boolean</entry>
+          </row>
+          <row>
+            <entry>10058</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Element isn't a valid number</entry>
+          </row>
+          <row>
+            <entry>10059</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Invalid flush strategy</entry>
+          </row>
+          <row>
+            <entry>10060</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Unexpected end tag</entry>
+          </row>
+          <row>
+            <entry>10061</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Unexpected element</entry>
+          </row>
+          <row>
+            <entry>10062</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Reached end of xml document unexpectedly</entry>
+          </row>
+          <row>
+            <entry>10063</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Mandatory class-name attribute missing</entry>
+          </row>
+          <row>
+            <entry>10064</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Unexpected attribute</entry>
+          </row>
+          <row>
+            <entry>10065</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Missing mandatory jndi-name attribute</entry>
+          </row>
+          <row>
+            <entry>10066</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>You cannot define more than one pool or xa-pool in same connection-definition</entry>
+          </row>
+          <row>
+            <entry>10067</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Element cannot be set without an xa-pool</entry>
+          </row>
+          <row>
+            <entry>10068</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Missing required attribute</entry>
+          </row>
+          <row>
+            <entry>10069</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Missing required element</entry>
+          </row>
+          <row>
+            <entry>10070</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Invalid negative value</entry>
+          </row>
+          <row>
+            <entry>10071</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Tag is not valid</entry>
+          </row>
+          <row>
+            <entry>10072</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Tag cannot be undefined</entry>
+          </row>
+          <row>
+            <entry>10073</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Invalid &lt;security&gt; configuration</entry>
+          </row>
+          <row>
+            <entry>10074</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>The resource adapter metadata must be defined</entry>
+          </row>
+          <row>
+            <entry>10075</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>The resource adapter metadata must contain either an outbound or inbound configuration</entry>
+          </row>
+          <row>
+            <entry>10076</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Tag must be defined</entry>
+          </row>
         </tbody>
       </tgroup>
     </table>
@@ -75,7 +706,7 @@
     <title>Deployers: 020000 - 029999</title>
 
     <table frame="all">
-      <title>Logging codes for common</title>
+      <title>Logging codes for deployers</title>
       <tgroup cols="3" align="left" colsep="1" rowsep="1">
         <colspec colname="c1" colwidth="*"/>
         <colspec colname="c2" colwidth="*"/>
@@ -89,10 +720,70 @@
         </thead>
         <tbody>
           <row>
-            <entry>20000</entry>
-            <entry></entry>
-            <entry></entry>
+            <entry>20001</entry>
+            <entry><code>INFO</code></entry>
+            <entry>Required license terms</entry>
           </row>
+          <row>
+            <entry>20002</entry>
+            <entry><code>INFO</code></entry>
+            <entry>Deployed</entry>
+          </row>
+          <row>
+            <entry>20003</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Failure during validation report generation</entry>
+          </row>
+          <row>
+            <entry>20004</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Only one connection definition found with a mismatch in class-name</entry>
+          </row>
+          <row>
+            <entry>20005</entry>
+            <entry><code>WARN</code></entry>
+            <entry>Only one admin object found with a mismatch in class-name</entry>
+          </row>
+          <row>
+            <entry>20006</entry>
+            <entry><code>ERROR</code></entry>
+            <entry>ConnectionFactory is null</entry>
+          </row>
+          <row>
+            <entry>20007</entry>
+            <entry><code>ERROR</code></entry>
+            <entry>Exception during createSubject()</entry>
+          </row>
+          <row>
+            <entry>20051</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Unable to start</entry>
+          </row>
+          <row>
+            <entry>20052</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Unable to associate</entry>
+          </row>
+          <row>
+            <entry>20053</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>ManagedConnectionFactory must be defined in class-name</entry>
+          </row>
+          <row>
+            <entry>20054</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>AdminObject must be defined in class-name</entry>
+          </row>
+          <row>
+            <entry>20055</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Failed to bind admin object</entry>
+          </row>
+          <row>
+            <entry>20056</entry>
+            <entry><code>EXCEPTION</code></entry>
+            <entry>Deployment failed</entry>
+          </row>
         </tbody>
       </tgroup>
     </table>

Modified: projects/jboss-jca/trunk/doc/userguide/en-US/modules/running.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en-US/modules/running.xml	2011-06-30 16:45:20 UTC (rev 111696)
+++ projects/jboss-jca/trunk/doc/userguide/en-US/modules/running.xml	2011-06-30 17:48:32 UTC (rev 111697)
@@ -8,7 +8,7 @@
       <para>The IronJacamar container is started by entering the bin/ directory</para>
 
      <programlisting>
-cd ironjacamar-1.0.0/bin
+cd ironjacamar-1.0.0.Final/bin
      </programlisting>
 
      <para>and executing</para>

Modified: projects/jboss-jca/trunk/doc/userguide/en-US/modules/validator.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en-US/modules/validator.xml	2011-06-30 16:45:20 UTC (rev 111696)
+++ projects/jboss-jca/trunk/doc/userguide/en-US/modules/validator.xml	2011-06-30 17:48:32 UTC (rev 111697)
@@ -185,7 +185,7 @@
       <groupId>org.jboss.ironjacamar</groupId>
       <artifactId>ironjacamar-validator-maven</artifactId>
       <!-- The version of the plugin you want to use -->
-      <version>1.0.0.Beta4</version>
+      <version>1.0.0.Final</version>
       <executions>
         <execution>
           <goals>



More information about the jboss-cvs-commits mailing list