[jboss-cvs] JBossAS SVN: r111186 - projects/jboss-jca/trunk/doc/userguide/en-US/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 15 12:09:06 EDT 2011


Author: jesper.pedersen
Date: 2011-04-15 12:09:05 -0400 (Fri, 15 Apr 2011)
New Revision: 111186

Modified:
   projects/jboss-jca/trunk/doc/userguide/en-US/modules/embedded.xml
Log:
Mention that the JDBC resource adapter is required for datasource support

Modified: projects/jboss-jca/trunk/doc/userguide/en-US/modules/embedded.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en-US/modules/embedded.xml	2011-04-15 15:56:18 UTC (rev 111185)
+++ projects/jboss-jca/trunk/doc/userguide/en-US/modules/embedded.xml	2011-04-15 16:09:05 UTC (rev 111186)
@@ -115,6 +115,11 @@
       <para>This setup will show you how to use dependencies from the JBoss Nexus Maven repository instead
         if you choose the Maven or Ant+Ivy based build environment.</para>
 
+      <note>Note that, if you want to be able to deploy datasources you will need to deploy the <code>jdbc-local.rar</code>
+        for <code>&lt;datasource&gt;</code> support, or <code>jdbc-xa.rar</code>
+        for <code>&lt;xa-datasource&gt;</code> support. Both archives can be found in the
+        <code>system/</code> directory.</note>
+
    </section>
 
    <section id="embedded_usage">



More information about the jboss-cvs-commits mailing list