| author | Vrishali Doke | 2012-08-08 07:20:41 (EDT) |
|---|---|---|
| committer | Manik Kishore | 2012-08-08 07:20:41 (EDT) |
| commit | 092a6d42301a013b9877b89f0bea0b083d6d0dde (patch) (side-by-side diff) | |
| tree | 7f3712d8dd6f4bf54c7037cd629a5194513e7e59 | |
| parent | c949b665fca80b5008a7a4288a4acc597b371923 (diff) | |
| download | org.eclipse.stardust.documentation-092a6d42301a013b9877b89f0bea0b083d6d0dde.zip org.eclipse.stardust.documentation-092a6d42301a013b9877b89f0bea0b083d6d0dde.tar.gz org.eclipse.stardust.documentation-092a6d42301a013b9877b89f0bea0b083d6d0dde.tar.bz2 | |
CRNT-25602 - Added setting for JCR XA Transaction
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/documentation@58247 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
4 files changed, 39 insertions, 0 deletions
diff --git a/org.eclipse.stardust.docs.deployment/html/applicationserversetup/images/weblogic-jcr.png b/org.eclipse.stardust.docs.deployment/html/applicationserversetup/images/weblogic-jcr.png Binary files differnew file mode 100644 index 0000000..f10bafd --- a/dev/null +++ b/org.eclipse.stardust.docs.deployment/html/applicationserversetup/images/weblogic-jcr.png diff --git a/org.eclipse.stardust.docs.deployment/html/applicationserversetup/images/websphere-jcr.png b/org.eclipse.stardust.docs.deployment/html/applicationserversetup/images/websphere-jcr.png Binary files differnew file mode 100644 index 0000000..065637c --- a/dev/null +++ b/org.eclipse.stardust.docs.deployment/html/applicationserversetup/images/websphere-jcr.png diff --git a/org.eclipse.stardust.docs.deployment/html/applicationserversetup/weblogic.html b/org.eclipse.stardust.docs.deployment/html/applicationserversetup/weblogic.html index d2e5578..6af37ab 100644 --- a/org.eclipse.stardust.docs.deployment/html/applicationserversetup/weblogic.html +++ b/org.eclipse.stardust.docs.deployment/html/applicationserversetup/weblogic.html @@ -1139,6 +1139,23 @@ to setup WebLogic for a standalone Jackrabbit deployment.</p> before any other @productname@ related deployments.</li>
</ol>
+<h4>Setting the JCR Connection Factory</h4> + +<p>You need to verify the JCR connection factory settings.</p> +<ol> + <li>Go to <strong>Settings for javax.jcr.Repository</strong></li> + <li>Click on the <strong>Transaction</strong> tab</li> + <li>Check that <strong>XA Transaction</strong> is selected from the Transaction Support drop-down list</li> + + + <br> + <br> + <img src="images/weblogic-jcr.png" alt="" /><br> + <br> +</ol> + + + <h4>Deploying in Spring mode</h4>
<p>To configure the @productname@ Workflow Execution Perspective in spring mode:</p>
<ol>
@@ -1212,6 +1229,11 @@ your <tt>carnot.ear</tt>, add the following: Deploying to an EJB Application Server</a> for details.</li>
</ol>
+ + + + + <script language="JavaScript" type="text/javascript">
<!--
writeFooter();
diff --git a/org.eclipse.stardust.docs.deployment/html/applicationserversetup/websphere.html b/org.eclipse.stardust.docs.deployment/html/applicationserversetup/websphere.html index 27c9e9e..3d595ff 100644 --- a/org.eclipse.stardust.docs.deployment/html/applicationserversetup/websphere.html +++ b/org.eclipse.stardust.docs.deployment/html/applicationserversetup/websphere.html @@ -1116,6 +1116,23 @@ In case the current environment requires the Websphere Deployment Manager (DMgr) on the same or separate server, the <tt>jcr-1.0.jar</tt>
file needs to be present in the Deployment Manager's classpath and target
server's classpath.</p>
+ +<h4>Setting the JCR Connection Factory</h4> +<p>You need to verify the JCR connection factory settings.</p> +<ol> + <li>In the <strong>Resource Adapters</strong>, click <strong>Apache Jackrabbit JCR Adapter</strong></li> + <li>Click <strong>View Deployment Descriptor</strong></li> + <li>Check that <strong>XA Transaction</strong> is specified in <transaction-support></li> + <br> + <br> + <img src="images/websphere-jcr.png" alt="" /><br> + <br> + <li>If not specified, you need to stop the server, edit the <strong>Deployment Descriptor</strong> and start the server again.</li> +</ol> + + + + <h4>Jackrabbit Deployment on Oracle JRockit</h4> <p>Note that deployment on Oracle JRockit is not possible for Jackrabbit version prior to 2.0. You need to use Jackrabbit 2.2.5. </p> |

