[jboss-cvs] JBossAS SVN: r112209 - projects/jboss-jca/trunk/doc/userguide/en-US/modules.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Sep 7 09:02:39 EDT 2011
Author: jesper.pedersen
Date: 2011-09-07 09:02:39 -0400 (Wed, 07 Sep 2011)
New Revision: 112209
Modified:
projects/jboss-jca/trunk/doc/userguide/en-US/modules/embedded.xml
Log:
[JBJCA-667] Custom injection documentation
Modified: projects/jboss-jca/trunk/doc/userguide/en-US/modules/embedded.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en-US/modules/embedded.xml 2011-09-07 07:16:51 UTC (rev 112208)
+++ projects/jboss-jca/trunk/doc/userguide/en-US/modules/embedded.xml 2011-09-07 13:02:39 UTC (rev 112209)
@@ -323,6 +323,22 @@
</section>
+ <section id="embedded_usage_advanced_ironjacamar">
+ <title>IronJacamar integration</title>
+
+ <para>The code sample below shows how to use Arquillian to deploy a dynamic ShrinkWrap resource adapter archive
+ and inject the IronJacamar metadata repository into the test case such that assertions can be made.</para>
+
+ <para>The IronJacamar container features various components that makes up the entire Java EE Connector Architecture
+ container. The available list of components can be viewed in the configuration of the container or through
+ the management console under the <code>Kernel</code> category.</para>
+
+ <programlisting language="java">
+<xi:include parse="text" href="../../../embedded/src/test/java/org/jboss/jca/embedded/unit/InjectTestCase.java" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+ </programlisting>
+
+ </section>
+
</section>
</section>
More information about the jboss-cvs-commits
mailing list