From jbosscache-commits at lists.jboss.org Mon Feb 1 20:20:52 2010 Content-Type: multipart/mixed; boundary="===============6789481436772369869==" MIME-Version: 1.0 From: jbosscache-commits at lists.jboss.org To: jbosscache-commits at lists.jboss.org Subject: [jbosscache-commits] JBoss Cache SVN: r8332 - in enterprise-docs/tags/JBoss_EWP_5_0_0: Cache_User_Guide/en-US and 1 other directory. Date: Mon, 01 Feb 2010 20:20:52 -0500 Message-ID: <201002020120.o121Kq8W019075@svn01.web.mwc.hst.phx2.redhat.com> --===============6789481436772369869== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: laubai Date: 2010-02-01 20:20:52 -0500 (Mon, 01 Feb 2010) New Revision: 8332 Modified: enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_FAQ/en-US/General_FAQ.xml enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_FAQ/en-US/TreeCache_FAQ.xml enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/deployment.x= ml Log: Added changes for EWP5; JBPAPP-3498. Modified: enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_FAQ/en-US/General_FAQ.= xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_FAQ/en-US/General_FAQ.xml 20= 10-01-21 05:44:24 UTC (rev 8331) +++ enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_FAQ/en-US/General_FAQ.xml 20= 10-02-02 01:20:52 UTC (rev 8332) @@ -123,7 +123,7 @@ = - + = @@ -194,4 +194,4 @@ --> - \ No newline at end of file + Modified: enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_FAQ/en-US/TreeCache_FA= Q.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_FAQ/en-US/TreeCache_FAQ.xml = 2010-01-21 05:44:24 UTC (rev 8331) +++ enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_FAQ/en-US/TreeCache_FAQ.xml = 2010-02-02 01:20:52 UTC (rev 8332) @@ -284,11 +284,15 @@ = - JBoss Cache supports any TransactionManager that i= s JTA compliant su= ch as JBoss Transactions. + JBoss Cache supports any TransactionManager that i= s JTA compliant, s= uch as JBoss Transactions. While JBoss Cache does ships with a dummy transact= ion manager (org.jboss.cache.transaction.DummyTransactionManager), we do not recommend using this for producti= on. It is not thread safe, and is intended for internal testing only. + + JTS is not supported + Java Transaction API (JTA) is supported for us= e with Enterprise Web Platform. However, Java Transaction Service (JTS) is = not supported. Keep this in mind when selecting a transaction manager. + = @@ -563,4 +567,4 @@ = - \ No newline at end of file + Modified: enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/deplo= yment.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/deployment.= xml 2010-01-21 05:44:24 UTC (rev 8331) +++ enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/deployment.= xml 2010-02-02 01:20:52 UTC (rev 8332) @@ -34,8 +34,7 @@ = If, after deploying your cache you wish to expose a management in= terface - to it in JMX, see the - . + to it in JMX, see .
@@ -337,8 +336,7 @@ ]]> = - As discussed in the - section, CacheJmxWrapper can do the work= of building, creating and starting the + CacheJmxWrapper can do the work of build= ing, creating and starting the Cache if it is provided with a = Configuration. With the microcontainer, this is the preferred approach, as it saves= the boilerplate XML needed to create the CacheFactory. --===============6789481436772369869==--