From jbosscache-commits at lists.jboss.org Mon Feb 1 20:20:52 2010
Content-Type: multipart/mixed; boundary="===============7490390837523407546=="
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>
--===============7490390837523407546==
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=
literal>), 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.
--===============7490390837523407546==--
From jbosscache-commits at lists.jboss.org Tue Feb 9 00:14:07 2010
Content-Type: multipart/mixed; boundary="===============1508829534068979098=="
MIME-Version: 1.0
From: jbosscache-commits at lists.jboss.org
To: jbosscache-commits at lists.jboss.org
Subject: [jbosscache-commits] JBoss Cache SVN: r8333 -
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ.
Date: Tue, 09 Feb 2010 00:14:07 -0500
Message-ID: <201002090514.o195E7V8001711@svn01.web.mwc.hst.phx2.redhat.com>
--===============1508829534068979098==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: laubai
Date: 2010-02-09 00:14:07 -0500 (Tue, 09 Feb 2010)
New Revision: 8333
Removed:
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/tmp/
Log:
Removing unnecessary tmp folder.
--===============1508829534068979098==--
From jbosscache-commits at lists.jboss.org Tue Feb 9 00:16:00 2010
Content-Type: multipart/mixed; boundary="===============1890032956355464185=="
MIME-Version: 1.0
From: jbosscache-commits at lists.jboss.org
To: jbosscache-commits at lists.jboss.org
Subject: [jbosscache-commits] JBoss Cache SVN: r8334 - in
enterprise-docs/tags/JBoss_EAP_5_0_1: Cache_Tutorial/en-US and 1 other
directories.
Date: Tue, 09 Feb 2010 00:15:59 -0500
Message-ID: <201002090515.o195FxYc002137@svn01.web.mwc.hst.phx2.redhat.com>
--===============1890032956355464185==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: laubai
Date: 2010-02-09 00:15:57 -0500 (Tue, 09 Feb 2010)
New Revision: 8334
Added:
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/en-US/JBoss_Cache_Frequen=
tly_Asked_Questions_CP01.ent
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/en-US/JBoss_Cache_Frequen=
tly_Asked_Questions_CP01.xml
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_Tutorial/en-US/JBoss_Cache_Tu=
torial_CP01.ent
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_Tutorial/en-US/JBoss_Cache_Tu=
torial_CP01.xml
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/JBoss_Cache_=
User_Guide_CP01.ent
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/JBoss_Cache_=
User_Guide_CP01.xml
Removed:
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/en-US/JBoss_Cache_Frequen=
tly_Asked_Questions.ent
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/en-US/JBoss_Cache_Frequen=
tly_Asked_Questions.xml
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_Tutorial/en-US/JBoss_Cache_Tu=
torial.ent
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_Tutorial/en-US/JBoss_Cache_Tu=
torial.xml
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/JBoss_Cache_=
User_Guide.ent
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/JBoss_Cache_=
User_Guide.xml
Modified:
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/en-US/Book_Info.xml
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/en-US/Revision_History.xml
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_Tutorial/en-US/Book_Info.xml
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_Tutorial/en-US/Revision_Histo=
ry.xml
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/Book_Info.xml
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/Revision_His=
tory.xml
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/cache_loader=
s.xml
enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/replication.=
xml
Log:
Updated book details for 5.0.1.
Modified: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/en-US/Book_Info.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_EAP_5_0_1/Cache_FAQ/en-US/Book_Info.xml 2010=
-02-09 05:14:07 UTC (rev 8333)
+++ enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/en-US/Book_Info.xml 2010=
-02-09 05:15:57 UTC (rev 8334)
@@ -2,11 +2,11 @@
=
- JBoss Cache Frequently Asked Questions
- for Use with JBoss Enterprise Web Platform 5.0
+ JBoss Cache Frequently Asked Questions CP01
+ for Use with JBoss Enterprise Application Platform 5.0 Cumulati=
ve Patch 1
2.0
1
- JBoss Enterprise Web Platform
+ JBoss Enterprise Application Platform
5.0
This book is a compilation of frequently asked questions about JBo=
ss Cache.
Deleted: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/en-US/JBoss_Cache_F=
requently_Asked_Questions.ent
=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_EAP_5_0_1/Cache_FAQ/en-US/JBoss_Cache_Freque=
ntly_Asked_Questions.ent 2010-02-09 05:14:07 UTC (rev 8333)
+++ enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/en-US/JBoss_Cache_Freque=
ntly_Asked_Questions.ent 2010-02-09 05:15:57 UTC (rev 8334)
@@ -1,3 +0,0 @@
-
-
-
Deleted: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/en-US/JBoss_Cache_F=
requently_Asked_Questions.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_EAP_5_0_1/Cache_FAQ/en-US/JBoss_Cache_Freque=
ntly_Asked_Questions.xml 2010-02-09 05:14:07 UTC (rev 8333)
+++ enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/en-US/JBoss_Cache_Freque=
ntly_Asked_Questions.xml 2010-02-09 05:15:57 UTC (rev 8334)
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
Added: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/en-US/JBoss_Cache_Fre=
quently_Asked_Questions_CP01.ent
=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_EAP_5_0_1/Cache_FAQ/en-US/JBoss_Cache_Freque=
ntly_Asked_Questions_CP01.ent (rev 0)
+++ enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/en-US/JBoss_Cache_Freque=
ntly_Asked_Questions_CP01.ent 2010-02-09 05:15:57 UTC (rev 8334)
@@ -0,0 +1,3 @@
+
+
+
Property changes on: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/en-US/J=
Boss_Cache_Frequently_Asked_Questions_CP01.ent
___________________________________________________________________
Name: svn:executable
+ *
Added: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/en-US/JBoss_Cache_Fre=
quently_Asked_Questions_CP01.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_EAP_5_0_1/Cache_FAQ/en-US/JBoss_Cache_Freque=
ntly_Asked_Questions_CP01.xml (rev 0)
+++ enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/en-US/JBoss_Cache_Freque=
ntly_Asked_Questions_CP01.xml 2010-02-09 05:15:57 UTC (rev 8334)
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
Property changes on: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/en-US/J=
Boss_Cache_Frequently_Asked_Questions_CP01.xml
___________________________________________________________________
Name: svn:executable
+ *
Modified: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/en-US/Revision_His=
tory.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_EAP_5_0_1/Cache_FAQ/en-US/Revision_History.x=
ml 2010-02-09 05:14:07 UTC (rev 8333)
+++ enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_FAQ/en-US/Revision_History.x=
ml 2010-02-09 05:15:57 UTC (rev 8334)
@@ -8,7 +8,7 @@
1.0
- Tue Dec 15 2009
+ Tue Feb 09 2010
Laura
Bailey
Modified: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_Tutorial/en-US/Book_In=
fo.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_EAP_5_0_1/Cache_Tutorial/en-US/Book_Info.xml=
2010-02-09 05:14:07 UTC (rev 8333)
+++ enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_Tutorial/en-US/Book_Info.xml=
2010-02-09 05:15:57 UTC (rev 8334)
@@ -1,11 +1,11 @@
=
-
- JBoss Cache Tutorial
- for Use with JBoss Enterprise Application Platform 5.0
+
+ JBoss Cache Tutorial CP01
+ for Use with JBoss Enterprise Application Platform 5.0 Cumulati=
ve Patch 1
2.0
- 2
+ 1
JBoss Enterprise Application Platform
5.0
Deleted: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_Tutorial/en-US/JBoss_Ca=
che_Tutorial.ent
=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_EAP_5_0_1/Cache_Tutorial/en-US/JBoss_Cache_T=
utorial.ent 2010-02-09 05:14:07 UTC (rev 8333)
+++ enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_Tutorial/en-US/JBoss_Cache_T=
utorial.ent 2010-02-09 05:15:57 UTC (rev 8334)
@@ -1,3 +0,0 @@
-
-
-
Deleted: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_Tutorial/en-US/JBoss_Ca=
che_Tutorial.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_EAP_5_0_1/Cache_Tutorial/en-US/JBoss_Cache_T=
utorial.xml 2010-02-09 05:14:07 UTC (rev 8333)
+++ enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_Tutorial/en-US/JBoss_Cache_T=
utorial.xml 2010-02-09 05:15:57 UTC (rev 8334)
@@ -1,228 +0,0 @@
-
-
-
-
-
- Introduction
-
-
- JBoss Cache is an in-memory replicated, transactional, and fine-g=
rained cache.
- This tutorial focuses on the core Cache API. Please refer to the =
accompanying tutorial
- for POJO Cache, if it is the POJO Cache API you are interested in.
-
-
- For details about configuration, usage and APIs, please refer to =
the JBoss Cache User Guide for JBoss Enterprise Application Platform 5.0, a=
vailable from .
-
-
-
- What You Will Learn
-
-
-
- Cache creation and modification
-
-
-
- Replication of state
-
-
-
- Transactions
-
-
-
-
-
- Configuration
-
- First download the JBoss Cache 3.x distribution from
- the download page. You will need the all di=
stribution (jbosscache-core-3.X.Y.GA-all.zip). Unzip it,=
and you will get a directory containing the distribution, such as jbosscache-core-3.X.Y. For the sake of this tutorial, I will ref=
er to this as ${JBOSSCACHE_HOME}.
-
-
- The configuration files are located in ${JBOSSCACHE_H=
OME}/etc. You can modify the behavior of the cache by editing the=
various configuration files.
-
-
-
-
-
- log4j.xml: Logging output. You can enabl=
e logging, specify log levels or
- change the name and path to the log file.
-
-
-
-
-
- config-samples/total-replication.xml: Ca=
che configuration file used for this tutorial.
-
-
-
-
-
-
- Script
-
- The only script needed for this tutorial is the
- ${JBOSSCACHE_HOME}/tutorial/build.xml
- ant script. You also need to have
- Apache Ant
- installed for running the tutorial GUI.
-
-
-
-
- Running The Tutorial GUI
-
-
- The GUI is run by:
-
- Changing to the
- ${JBOSSCACHE_HOME}/tutorial
- directory (e.g.,cd ${JBOSSCACHE_HOME}/tutorial)
- And then running the ant script (e.g., ant run)
-
-
-
-
- This will cause a GUI window to appear, giving you a tree view of=
the cache in the top pane and a BeanShell
- view of the JVM in the lower pane.
-
-
- The BeanShell view is preset with the following variables:
-
-
- cache: a reference to the org.j=
boss.cache.Cache interface, used by the GUI instance.
-
-
- root: a reference to the root o=
rg.jboss.cache.Node instance for the above cache.
-
-
- transactionManager: a reference to the r=
egistered javax.transaction.TransactionManager instance.=
-
-
- The references made available to the BeanShell window point=
to the same cache instance used by the tree view in
- the
- GUI above.
-
-
-
- To run the GUI as a replicated tutorial, it is useful to start an=
other command line window and run the ant script
- again as you did above. Now you will have two cache instances run=
ning in two separate GUIs, replicating state
- to each other.
-
-
-
-
-
- Tutorials
- It is recommended that you shut down and restart the=
GUI for each of the following tutorials, to
- ensure clean caches every time.
-
- Caches and Nodes
-
- For this tutorial, start a single instance of the GUI. In this=
tutorial, we will:
-
-
- Create nodes under the root node.
- Remove nodes under the root node, both indi=
vidually and recursively.
- Add and remove data from nodes.
-
-
- 1. Set up the Fqns you need. In the BeanShell pane, create =
3 Fqn variables:
-
-
- 2. Create child nodes under the root node.
-
-
-
- 3. Query the nodes.
-
-
- 4. Put some data in the nodes. By selecting the nodes in th=
e tree view, you should see the contents of
- each node.
-
-
-
- 5. Query some of the data.
-
-
-
- 6. Remove some data in the nodes.
-
-
-
- 7. Delete nodes
-
-
-
-
-
-
-
- Replication
-
- For this tutorial, start two instances of the GUI. Repeat the =
exercises in the previous
- tutorial,
- only alternating between the two GUI windows when creating/rem=
oving nodes or adding/removing data. This
- demonstrates
- how the two cache instances in the two GUIs are kept in sync.
-
-
-
-
- Transactions
-
- For this tutorial, start two instances of the GUI. Repeat the =
exercises in the previous
- tutorial,
- only starting transactions before creating/removing nodes or a=
dding/removing data. This will depict how
- replication only occurs on transaction boundaries. Try rolling=
back a few transactions as well, to see how
- nothing gets replicated in these cases.
- Below is the sample code for managing transactions:
-
-
-
-
-
-
-
Added: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_Tutorial/en-US/JBoss_Cach=
e_Tutorial_CP01.ent
=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_EAP_5_0_1/Cache_Tutorial/en-US/JBoss_Cache_T=
utorial_CP01.ent (rev 0)
+++ enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_Tutorial/en-US/JBoss_Cache_T=
utorial_CP01.ent 2010-02-09 05:15:57 UTC (rev 8334)
@@ -0,0 +1,3 @@
+
+
+
Property changes on: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_Tutorial/en=
-US/JBoss_Cache_Tutorial_CP01.ent
___________________________________________________________________
Name: svn:executable
+ *
Added: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_Tutorial/en-US/JBoss_Cach=
e_Tutorial_CP01.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_EAP_5_0_1/Cache_Tutorial/en-US/JBoss_Cache_T=
utorial_CP01.xml (rev 0)
+++ enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_Tutorial/en-US/JBoss_Cache_T=
utorial_CP01.xml 2010-02-09 05:15:57 UTC (rev 8334)
@@ -0,0 +1,228 @@
+
+
+
+
+
+ Introduction
+
+
+ JBoss Cache is an in-memory replicated, transactional, and fine-g=
rained cache.
+ This tutorial focuses on the core Cache API. Please refer to the =
accompanying tutorial
+ for POJO Cache, if it is the POJO Cache API you are interested in.
+
+
+ For details about configuration, usage and APIs, please refer to =
the JBoss Cache User Guide for JBoss Enterprise Application Platform 5.0, a=
vailable from .
+
+
+
+ What You Will Learn
+
+
+
+ Cache creation and modification
+
+
+
+ Replication of state
+
+
+
+ Transactions
+
+
+
+
+
+ Configuration
+
+ First download the JBoss Cache 3.x distribution from
+ the download page. You will need the all di=
stribution (jbosscache-core-3.X.Y.GA-all.zip). Unzip it,=
and you will get a directory containing the distribution, such as jbosscache-core-3.X.Y. For the sake of this tutorial, I will ref=
er to this as ${JBOSSCACHE_HOME}.
+
+
+ The configuration files are located in ${JBOSSCACHE_H=
OME}/etc. You can modify the behavior of the cache by editing the=
various configuration files.
+
+
+
+
+
+ log4j.xml: Logging output. You can enabl=
e logging, specify log levels or
+ change the name and path to the log file.
+
+
+
+
+
+ config-samples/total-replication.xml: Ca=
che configuration file used for this tutorial.
+
+
+
+
+
+
+ Script
+
+ The only script needed for this tutorial is the
+ ${JBOSSCACHE_HOME}/tutorial/build.xml
+ ant script. You also need to have
+ Apache Ant
+ installed for running the tutorial GUI.
+
+
+
+
+ Running The Tutorial GUI
+
+
+ The GUI is run by:
+
+ Changing to the
+ ${JBOSSCACHE_HOME}/tutorial
+ directory (e.g.,cd ${JBOSSCACHE_HOME}/tutorial)
+ And then running the ant script (e.g., ant run)
+
+
+
+
+ This will cause a GUI window to appear, giving you a tree view of=
the cache in the top pane and a BeanShell
+ view of the JVM in the lower pane.
+
+
+ The BeanShell view is preset with the following variables:
+
+
+ cache: a reference to the org.j=
boss.cache.Cache interface, used by the GUI instance.
+
+
+ root: a reference to the root o=
rg.jboss.cache.Node instance for the above cache.
+
+
+ transactionManager: a reference to the r=
egistered javax.transaction.TransactionManager instance.=
+
+
+ The references made available to the BeanShell window point=
to the same cache instance used by the tree view in
+ the
+ GUI above.
+
+
+
+ To run the GUI as a replicated tutorial, it is useful to start an=
other command line window and run the ant script
+ again as you did above. Now you will have two cache instances run=
ning in two separate GUIs, replicating state
+ to each other.
+
+
+
+
+
+ Tutorials
+ It is recommended that you shut down and restart the=
GUI for each of the following tutorials, to
+ ensure clean caches every time.
+
+ Caches and Nodes
+
+ For this tutorial, start a single instance of the GUI. In this=
tutorial, we will:
+
+
+ Create nodes under the root node.
+ Remove nodes under the root node, both indi=
vidually and recursively.
+ Add and remove data from nodes.
+
+
+ 1. Set up the Fqns you need. In the BeanShell pane, create =
3 Fqn variables:
+
+
+ 2. Create child nodes under the root node.
+
+
+
+ 3. Query the nodes.
+
+
+ 4. Put some data in the nodes. By selecting the nodes in th=
e tree view, you should see the contents of
+ each node.
+
+
+
+ 5. Query some of the data.
+
+
+
+ 6. Remove some data in the nodes.
+
+
+
+ 7. Delete nodes
+
+
+
+
+
+
+
+ Replication
+
+ For this tutorial, start two instances of the GUI. Repeat the =
exercises in the previous
+ tutorial,
+ only alternating between the two GUI windows when creating/rem=
oving nodes or adding/removing data. This
+ demonstrates
+ how the two cache instances in the two GUIs are kept in sync.
+
+
+
+
+ Transactions
+
+ For this tutorial, start two instances of the GUI. Repeat the =
exercises in the previous
+ tutorial,
+ only starting transactions before creating/removing nodes or a=
dding/removing data. This will depict how
+ replication only occurs on transaction boundaries. Try rolling=
back a few transactions as well, to see how
+ nothing gets replicated in these cases.
+ Below is the sample code for managing transactions:
+
+
+
+
+
+
+
Property changes on: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_Tutorial/en=
-US/JBoss_Cache_Tutorial_CP01.xml
___________________________________________________________________
Name: svn:executable
+ *
Modified: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_Tutorial/en-US/Revisio=
n_History.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_EAP_5_0_1/Cache_Tutorial/en-US/Revision_Hist=
ory.xml 2010-02-09 05:14:07 UTC (rev 8333)
+++ enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_Tutorial/en-US/Revision_Hist=
ory.xml 2010-02-09 05:15:57 UTC (rev 8334)
@@ -8,7 +8,7 @@
1.0
- Thu Oct 22 2009
+ Tue Feb 09 2010
Laura
Bailey
Modified: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/Book_=
Info.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_EAP_5_0_1/Cache_User_Guide/en-US/Book_Info.x=
ml 2010-02-09 05:14:07 UTC (rev 8333)
+++ enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/Book_Info.x=
ml 2010-02-09 05:15:57 UTC (rev 8334)
@@ -1,9 +1,9 @@
=
-
- JBoss Cache User Guide
- for Use with JBoss Enterprise Application Platform 5.0
+
+ JBoss Cache User Guide CP01
+ for Use with JBoss Enterprise Application Platform 5.0 Cumulati=
ve Patch 1
2.0
1
JBoss Enterprise Application Platform
Deleted: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/JBoss_=
Cache_User_Guide.ent
=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_EAP_5_0_1/Cache_User_Guide/en-US/JBoss_Cache=
_User_Guide.ent 2010-02-09 05:14:07 UTC (rev 8333)
+++ enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/JBoss_Cache=
_User_Guide.ent 2010-02-09 05:15:57 UTC (rev 8334)
@@ -1,3 +0,0 @@
-
-
-
Deleted: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/JBoss_=
Cache_User_Guide.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_EAP_5_0_1/Cache_User_Guide/en-US/JBoss_Cache=
_User_Guide.xml 2010-02-09 05:14:07 UTC (rev 8333)
+++ enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/JBoss_Cache=
_User_Guide.xml 2010-02-09 05:15:57 UTC (rev 8334)
@@ -1,56 +0,0 @@
-
-
-
-
-
-
-
-
- Introduction to JBoss Cache
-
-
- This section covers what developers would need to quickly star=
t using JBoss Cache in their projects. It
- covers an overview of the concepts and API, configuration and =
deployment information.
-
-
-
-
-
-
-
-
- =
-
-
-
- JBoss Cache Architecture
-
-
- This section digs deeper into the JBoss Cache architecture, an=
d is meant for developers wishing to use the more
- advanced cache features,extend or enhance the cache, write plu=
gins, or are just looking for detailed knowledge
- of how things work under the hood.
-
-
-
-
-
-
-
- =
-
-
-
- JBoss Cache Configuration References
-
-
- This section contains technical references for easy looking up.
-
-
-
-
-
- =
-
-
Added: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/JBoss_Ca=
che_User_Guide_CP01.ent
=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_EAP_5_0_1/Cache_User_Guide/en-US/JBoss_Cache=
_User_Guide_CP01.ent (rev 0)
+++ enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/JBoss_Cache=
_User_Guide_CP01.ent 2010-02-09 05:15:57 UTC (rev 8334)
@@ -0,0 +1,3 @@
+
+
+
Property changes on: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/=
en-US/JBoss_Cache_User_Guide_CP01.ent
___________________________________________________________________
Name: svn:executable
+ *
Added: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/JBoss_Ca=
che_User_Guide_CP01.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_EAP_5_0_1/Cache_User_Guide/en-US/JBoss_Cache=
_User_Guide_CP01.xml (rev 0)
+++ enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/JBoss_Cache=
_User_Guide_CP01.xml 2010-02-09 05:15:57 UTC (rev 8334)
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
+ Introduction to JBoss Cache
+
+
+ This section covers what developers would need to quickly star=
t using JBoss Cache in their projects. It
+ covers an overview of the concepts and API, configuration and =
deployment information.
+
+
+
+
+
+
+
+
+ =
+
+
+
+ JBoss Cache Architecture
+
+
+ This section digs deeper into the JBoss Cache architecture, an=
d is meant for developers wishing to use the more
+ advanced cache features,extend or enhance the cache, write plu=
gins, or are just looking for detailed knowledge
+ of how things work under the hood.
+
+
+
+
+
+
+
+ =
+
+
+
+ JBoss Cache Configuration References
+
+
+ This section contains technical references for easy looking up.
+
+
+
+
+
+ =
+
+
Property changes on: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/=
en-US/JBoss_Cache_User_Guide_CP01.xml
___________________________________________________________________
Name: svn:executable
+ *
Modified: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/Revis=
ion_History.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_EAP_5_0_1/Cache_User_Guide/en-US/Revision_Hi=
story.xml 2010-02-09 05:14:07 UTC (rev 8333)
+++ enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/Revision_Hi=
story.xml 2010-02-09 05:15:57 UTC (rev 8334)
@@ -8,7 +8,7 @@
1.0
- Thu Oct 22 2009
+ Tue Feb 09 2010
Laura
Bailey
Modified: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/cache=
_loaders.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_EAP_5_0_1/Cache_User_Guide/en-US/cache_loade=
rs.xml 2010-02-09 05:14:07 UTC (rev 8333)
+++ enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/cache_loade=
rs.xml 2010-02-09 05:15:57 UTC (rev 8334)
@@ -247,7 +247,7 @@
=
Using the async element
-
+
There is always the possibility of dirty reads since
all writes are performed asynchronously, and it is thus imposs=
ible to
guarantee when (and even if) a write succeeds. This needs to b=
e kept in
Modified: enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/repli=
cation.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_EAP_5_0_1/Cache_User_Guide/en-US/replication=
.xml 2010-02-09 05:14:07 UTC (rev 8333)
+++ enterprise-docs/tags/JBoss_EAP_5_0_1/Cache_User_Guide/en-US/replication=
.xml 2010-02-09 05:15:57 UTC (rev 8334)
@@ -657,7 +657,7 @@
=
-
+
=
Configuring State Transfer
--===============1890032956355464185==--
From jbosscache-commits at lists.jboss.org Tue Feb 9 00:52:25 2010
Content-Type: multipart/mixed; boundary="===============2697674132615485154=="
MIME-Version: 1.0
From: VIAGRA from Pfizer
To: jbosscache-commits at lists.jboss.org
Subject: [jbosscache-commits] jbosscache-commits Winter -80% Deals
Date: Tue, 09 Feb 2010 00:52:24 -0500
Message-ID: <201002090552.o195qNn5007484@lists01.dmz-a.mwc.hst.phx2.redhat.com>
--===============2697674132615485154==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
--===============2697674132615485154==
Content-Type: text/html
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="attachment.html"
PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBYSFRNTCAxLjAgVHJhbnNpdGlvbmFs
Ly9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSL3hodG1sMS9EVEQveGh0bWwxLXRyYW5zaXRpb25h
bC5kdGQiPgo8aHRtbCB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94aHRtbCI+CjxoZWFk
Pgo8bWV0YSBodHRwLWVxdWl2PSJDb250ZW50LVR5cGUiIGNvbnRlbnQ9InRleHQvaHRtbDsgY2hh
cnNldD1VVEYtOCIgLz4KPHRpdGxlPkRlY2VtYmVyIDIwMDk8L3RpdGxlPgo8L2hlYWQ+Cgo8Ym9k
eT4KCjx0YWJsZSB3aWR0aD0iNjU1IiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIwIiBjZWxscGFk
ZGluZz0iMCIgYWxpZ249ImNlbnRlciIgc3R5bGU9ImZvbnQtZmFtaWx5OkFyaWFsLCBIZWx2ZXRp
Y2EsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZToxMnB4OyBiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmY7
Ij4KICAgICAgICA8dHI+CiAgICAgICAgICAgICAgICA8dGQgYWxpZ249ImNlbnRlciIgc3R5bGU9
ImZvbnQtZmFtaWx5OkFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZToxMXB4
OyBmb250LXdlaWdodDpub3JtYWw7IHBhZGRpbmctbGVmdDoxOXB4OyBiYWNrZ3JvdW5kLWNvbG9y
OiNmZmZmZmY7Ij5JZiB5b3UgY2Fubm90IHNlZSB0aGlzIGVtYWlsLCZuYnNwOwogICAgICAgICAg
ICAgICAgPGEgaHJlZj0iaHR0cDovL2U0ZmVkLndvcmRmcmllbmQucnUvIiB0YXJnZXQ9Il9ibGFu
ayIgc3R5bGU9ImNvbG9yOiMwMDk5ZmY7IGZvbnQtd2VpZ2h0OmJvbGQ7IHRleHQtZGVjb3JhdGlv
bjp1bmRlcmxpbmU7Ij5jbGljayBoZXJlPC9hPi48L3RkPgoKICAgICAgICA8L3RyPgogICAgPHRy
PgogICAgICAgICAgICAgICAgPHRkIGFsaWduPSJjZW50ZXIiPgogICAgICAgICAgICAgICAgPGJy
IC8+CiAgICAgICAgPGJyIC8+CiAgICAgICAgPGEgaHJlZj0iaHR0cDovLzMxMThkMTFmZjZjLndv
cmRmcmllbmQucnUvIiB0YXJnZXQ9Il9ibGFuayI+CiAgICAgICAgPGltZyBhbHQ9Ik1pc3Npbmcg
cGljdHVyZXM/IFByZXNzIHRoaXMgbGluayEiIHNyYz0iaHR0cDovL2kwNTYucmFkaWthbC5ydS8x
MDAyLzI0LzM5ZDFiYjRjMjlkZi5qcGciIGhlaWdodD0iNTA3IiB3aWR0aD0iNDkxIiBib3JkZXI9
IjAiIC8+PC9hPjxiciAvPgogICAgICAgIDxiciAvPgogICAgICAgIDwvdGQ+CiAgICA8L3RyPgoK
ICAgIDx0cj4KICAgICAgICAgICAgICAgIDx0ZCBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1h
bGlnbjogbGVmdCI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9Imh0dHA6Ly8wZjk1
ZDZkOTVlLndvcmRmcmllbmQucnUvIiB0YXJnZXQ9Il9ibGFuayIgc3R5bGU9ImNvbG9yOiMwMDAw
MDA7IHRleHQtZGVjb3JhdGlvbjp1bmRlcmxpbmU7Ij4KICAgICAgICBTaWduIHVwPC9hPiBmb3Ig
b3RoZXIgZW1haWxzLjxiciAvPjxiciAvPgogICAgICAgICAgICAgICAgICAgICAgICBZb3UgYXJl
IHN1YnNjcmliZWQgdG8gdGhpcyBlbWFpbCBhcyBqYm9zc2NhY2hlLWNvbW1pdHNAbGlzdHMuamJv
c3Mub3JnLAogICAgICAgIGpib3NzY2FjaGUtY29tbWl0czxiciAvPgogICAgICAgICAgICAgICAg
ICAgICAgICBZb3UgY2FuIHVuc3Vic2NyaWJlIGZyb20gdGhpcyBlbWFpbCBieSA8YSBocmVmPSJo
dHRwOi8vYjk0MjdlMC53b3JkZnJpZW5kLnJ1LyIgdGFyZ2V0PSJfYmxhbmsiIHN0eWxlPSJjb2xv
cjojMDAwMDAwOyB0ZXh0LWRlY29yYXRpb246dW5kZXJsaW5lOyI+CiAgICAgICAgdXBkYXRpbmcg
eW91ciBwcmVmZXJlbmNlczwvYT4uPGJyIC8+CiAgICAgICAgICAgICAgICAgICAgICAgIDxiciAv
PgoKICAgICAgICAgICAgICAgICAgICAgICAgVmlldyBvdXIgPGEgaHJlZj0iaHR0cDovL2FmOGNi
OC53b3JkZnJpZW5kLnJ1LyIgdGFyZ2V0PSJfYmxhbmsiIHN0eWxlPSJjb2xvcjojMDAwMDAwOyB0
ZXh0LWRlY29yYXRpb246dW5kZXJsaW5lOyI+CiAgICAgICAgcHJpdmFjeSBwb2xpY3k8L2E+Ljxi
ciAvPgogICAgICAgICAgICAgICAgICAgICAgICA8YnIgLz4KCgogICAgICAgICAgICAgICAgICAg
ICAgICBDb3B5cmlnaHQgYyAyMDA5IE9VU0lKLiBBbGwgcmlnaHRzCiAgICAgICAgcmVzZXJ2ZWQu
PC90ZD4KICAgIDwvdHI+CgoKPC90YWJsZT4KPC9ib2R5Pgo8L2h0bWw+Cg==
--===============2697674132615485154==--
From jbosscache-commits at lists.jboss.org Fri Feb 12 02:40:03 2010
Content-Type: multipart/mixed; boundary="===============0802852496932999040=="
MIME-Version: 1.0
From: jbosscache-commits at lists.jboss.org
To: jbosscache-commits at lists.jboss.org
Subject: [jbosscache-commits] JBoss Cache SVN: r8335 -
enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US.
Date: Fri, 12 Feb 2010 02:40:02 -0500
Message-ID: <201002120740.o1C7e2aY027832@svn01.web.mwc.hst.phx2.redhat.com>
--===============0802852496932999040==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: laubai
Date: 2010-02-12 02:40:02 -0500 (Fri, 12 Feb 2010)
New Revision: 8335
Modified:
enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/Book_Info.xml
enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/JBoss_Cache_=
User_Guide.xml
enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/Revision_His=
tory.xml
enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/replication.=
xml
Log:
Adding any required changes for brew build.
Modified: enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/Book_=
Info.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/Book_Info.x=
ml 2010-02-09 05:15:57 UTC (rev 8334)
+++ enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/Book_Info.x=
ml 2010-02-12 07:40:02 UTC (rev 8335)
@@ -5,7 +5,7 @@
JBoss Cache User Guide
for Use with JBoss Enterprise Web Platform 5.0
2.0
- 1
+ 1.2
JBoss Enterprise Web Platform
5.0
Modified: enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/JBoss=
_Cache_User_Guide.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/JBoss_Cache=
_User_Guide.xml 2010-02-09 05:15:57 UTC (rev 8334)
+++ enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/JBoss_Cache=
_User_Guide.xml 2010-02-12 07:40:02 UTC (rev 8335)
@@ -20,7 +20,7 @@
-
+
=
=
Modified: enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/Revis=
ion_History.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/Revision_Hi=
story.xml 2010-02-09 05:15:57 UTC (rev 8334)
+++ enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/Revision_Hi=
story.xml 2010-02-12 07:40:02 UTC (rev 8335)
@@ -7,8 +7,8 @@
- 1.0
- Thu Jan 21 2010
+ 1.2
+ Thu Feb 04 2010
Laura
Bailey
@@ -16,7 +16,7 @@
- Initial draft.
+ EWP corrections.
Modified: enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/repli=
cation.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/replication=
.xml 2010-02-09 05:15:57 UTC (rev 8334)
+++ enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/replication=
.xml 2010-02-12 07:40:02 UTC (rev 8335)
@@ -657,7 +657,7 @@
=
-
+
=
Configuring State Transfer
--===============0802852496932999040==--
From jbosscache-commits at lists.jboss.org Fri Feb 12 04:27:20 2010
Content-Type: multipart/mixed; boundary="===============0744082723791389770=="
MIME-Version: 1.0
From: Pfizer VIAGRA (c) Direct-Trade
To: jbosscache-commits at lists.jboss.org
Subject: [jbosscache-commits] Dear jbosscache-commits Extreme 85% discounts
Date: Fri, 12 Feb 2010 04:27:19 -0500
Message-ID: <201002120927.o1C9RJSJ001921@lists01.dmz-a.mwc.hst.phx2.redhat.com>
--===============0744082723791389770==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
--===============0744082723791389770==
Content-Type: text/html
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="attachment.html"
PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEgVHJhbnNpdGlvbmFs
Ly9FTiI+CjxodG1sPgo8aGVhZD4KICAgPG1ldGEgaHR0cC1lcXVpdj0iQ29udGVudC1UeXBlIiBj
b250ZW50PSJ0ZXh0L2h0bWw7IGNoYXJzZXQ9dXRmLTgiPgogICA8dGl0bGU+TGV4eWVoeWlpcCBO
ZXdzbGV0dGVyPC90aXRsZT4KICAgPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KICAgIC5lZG9odQog
ICAgewogICAgICBBZHlld286IDMzcHg7CiAgICAgIElyZWd5YWtheG9uOiBBaG9sZTsKICAgIH0K
ICAgIC51bWloeWdlZ2FzdXYKICAgIHsgT3N5Y3l4aXp5cnk6IDIxcHg7CiAgICAgIFJvYWF2aXBh
OiBFdGVyYW87CiAgICAgIElpZnltaWJ5ZDogSWl0dWZpa3lraXg7CiAgICAgIEN1YXlzaWh1ZWtp
OiBFcGlwYWU7IH0KICAgIC5weXdhdWpldQogICAgeyBFeHV5c2lpZDogZTdPNTg7IFJ5dW1va2Vm
ZXVqYTogRGVpdm9naXl2dW9yOwogICAgICBYb2hlOiAwNDkzOyBUaXNhem86IEdheHlob3p5eWE7
CiAgICAgIFh5YXRhOiAyMHB4OyB9CiAgIDwvc3R5bGU+CjwvaGVhZD4KPGJvZHk+Cjx0YWJsZSB3
aWR0aD0iMTAwJSIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9IjAiPjx0
cj4KICAgICAgPHRkIGFsaWduPSJjZW50ZXIiPgogICAgICA8dGFibGUgd2lkdGg9IjYzNCIgYm9y
ZGVyPSIwIiBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9IjAiPgogICAgICA8dHI+PHRkIGFs
aWduPSJjZW50ZXIiPgogICAgICA8cD4KCUhhdmluZyB0cm91YmxlIHJlYWRpbmcgdGhpcyBlbWFp
bD8gPGEgaHJlZj0iaHR0cDovL2MwZjczYThkZC5zYWlkd2VlLnJ1LyI+VmlldyBpdCBpbiB5b3Vy
IGJyb3dzZXI8L2E+LgogICAgICAgPC9wPgogICAgICAgIDxwPiZuYnNwOzwvcD4KICAgICAgIDwv
dGQ+CiAgICAgICAgPC90cj4KICAgICAgICAgPC90YWJsZT4KICAgICAgICAgIDx0YWJsZSB3aWR0
aD0iNzY4IiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIwIiBjZWxscGFkZGluZz0iMCI+CiAgICAg
ICAgPHRyPjx0ZCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4KICAgICAgICAgPGEgaHJlZj0i
aHR0cDovLzYxMWZiZjg0YzFiLnNhaWR3ZWUucnUvIj4KICAgICAgICAgPGltZyBhbHQ9IkdyYXBo
aWNzIGNhbiBiZSByZXN0b3JlZCBieSBjbGlja2luZyBvbiB0aGlzIHBhZ2UiIGhlaWdodD0iNDU2
IiBzcmM9Imh0dHA6Ly9pbWc2ODkuaW1hZ2VzaGFjay51cy9pbWc2ODkvMjE1LzIzMDQ2LmpwZyIg
c3R5bGU9ImJvcmRlci13aWR0aDogMHB4IiB3aWR0aD0iNTY3Ij48L2E+CiAgICAgICAgPC90ZD4K
ICAgICAgIDwvdHI+PHRyPgogICAgICAgICA8dGQgYWxpZ249ImNlbnRlciI+CiAgICAgICAgPHA+
CiAgICAgICA8YnI+CiAgICAgICAmY29weTsgMjAwNyBBeGF0dWJvbWlnYXouIEFsbCByaWdodHMg
cmVzZXJ2ZWQuPGJyPjxhIGhyZWY9Imh0dHA6Ly82OGNjMDU0NGJkNzE2MC5zYWlkd2VlLnJ1LyI+
VW5zdWJzY3JpYmU8L2E+CiAgICAgICAgIDwvcD4KICAgICAgICA8L3RkPjwvdHI+CiAgICAgICA8
L3RhYmxlPgogICAgICA8L3RkPgogICA8L3RyPgo8L3RhYmxlPgo8L2JvZHk+CjwvaHRtbD4K
--===============0744082723791389770==--
From jbosscache-commits at lists.jboss.org Mon Feb 15 10:02:49 2010
Content-Type: multipart/mixed; boundary="===============4092546426479332101=="
MIME-Version: 1.0
From: jbosscache-commits at lists.jboss.org
To: jbosscache-commits at lists.jboss.org
Subject: [jbosscache-commits] JBoss Cache SVN: r8336 -
core/trunk/src/main/java/org/jboss/cache/loader.
Date: Mon, 15 Feb 2010 10:02:49 -0500
Message-ID: <201002151502.o1FF2neY018978@svn01.web.mwc.hst.phx2.redhat.com>
--===============4092546426479332101==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: mircea.markus
Date: 2010-02-15 10:02:48 -0500 (Mon, 15 Feb 2010)
New Revision: 8336
Modified:
core/trunk/src/main/java/org/jboss/cache/loader/AdjListJDBCCacheLoader.j=
ava
core/trunk/src/main/java/org/jboss/cache/loader/JDBCCacheLoader.java
Log:
applied patch from https://jira.jboss.org/jira/browse/JBCACHE-1569
Modified: core/trunk/src/main/java/org/jboss/cache/loader/AdjListJDBCCacheL=
oader.java
=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
--- core/trunk/src/main/java/org/jboss/cache/loader/AdjListJDBCCacheLoader.=
java 2010-02-12 07:40:02 UTC (rev 8335)
+++ core/trunk/src/main/java/org/jboss/cache/loader/AdjListJDBCCacheLoader.=
java 2010-02-15 15:02:48 UTC (rev 8336)
@@ -188,9 +188,9 @@
ResultSet rs =3D null;
try
{
+ lock.acquireLock(fqn, false);
con =3D cf.getConnection();
ps =3D prepareAndLogStatement(con, config.getSelectChildNamesSql(=
), fqn.toString());
- lock.acquireLock(fqn, false);
rs =3D ps.executeQuery();
if (rs.next())
{
Modified: core/trunk/src/main/java/org/jboss/cache/loader/JDBCCacheLoader.j=
ava
=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
--- core/trunk/src/main/java/org/jboss/cache/loader/JDBCCacheLoader.java 20=
10-02-12 07:40:02 UTC (rev 8335)
+++ core/trunk/src/main/java/org/jboss/cache/loader/JDBCCacheLoader.java 20=
10-02-15 15:02:48 UTC (rev 8336)
@@ -246,13 +246,13 @@
PreparedStatement ps =3D null;
try
{
+ lock.acquireLock(fqn, true);
conn =3D cf.getConnection();
=
String fqnString =3D fqn.toString();
//apend / at the end avoids this issue: 'a/b/cd' is not a child o=
f 'a/b/c'
String fqnWildcardString =3D getFqnWildcardString(fqnString, fqn);
ps =3D prepareAndLogStatement(conn, config.getDeleteNodeSql(), fq=
nString, fqnWildcardString);
- lock.acquireLock(fqn, true);
ps.executeUpdate();
}
catch (SQLException e)
--===============4092546426479332101==--
From jbosscache-commits at lists.jboss.org Mon Feb 15 10:27:50 2010
Content-Type: multipart/mixed; boundary="===============6237030131449184377=="
MIME-Version: 1.0
From: jbosscache-commits at lists.jboss.org
To: jbosscache-commits at lists.jboss.org
Subject: [jbosscache-commits] JBoss Cache SVN: r8337 - core/tags.
Date: Mon, 15 Feb 2010 10:27:49 -0500
Message-ID: <201002151527.o1FFRnVG022035@svn01.web.mwc.hst.phx2.redhat.com>
--===============6237030131449184377==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: mircea.markus
Date: 2010-02-15 10:27:49 -0500 (Mon, 15 Feb 2010)
New Revision: 8337
Added:
core/tags/3.2.2.CR1/
Log:
JBoss Cache Release Script: Tagging 3.2.2.CR1
Copied: core/tags/3.2.2.CR1 (from rev 8336, core/trunk)
--===============6237030131449184377==--
From jbosscache-commits at lists.jboss.org Mon Feb 15 10:29:46 2010
Content-Type: multipart/mixed; boundary="===============6055558476400254100=="
MIME-Version: 1.0
From: jbosscache-commits at lists.jboss.org
To: jbosscache-commits at lists.jboss.org
Subject: [jbosscache-commits] JBoss Cache SVN: r8338 - in core/tags/3.2.2.CR1:
src/main/java/org/jboss/cache and 1 other directory.
Date: Mon, 15 Feb 2010 10:29:45 -0500
Message-ID: <201002151529.o1FFTjKa022083@svn01.web.mwc.hst.phx2.redhat.com>
--===============6055558476400254100==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: mircea.markus
Date: 2010-02-15 10:29:45 -0500 (Mon, 15 Feb 2010)
New Revision: 8338
Modified:
core/tags/3.2.2.CR1/pom.xml
core/tags/3.2.2.CR1/src/main/java/org/jboss/cache/Version.java
Log:
JBoss Cache Release Script: Updating 3.2.2.CR1
Modified: core/tags/3.2.2.CR1/pom.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
--- core/tags/3.2.2.CR1/pom.xml 2010-02-15 15:27:49 UTC (rev 8337)
+++ core/tags/3.2.2.CR1/pom.xml 2010-02-15 15:29:45 UTC (rev 8338)
@@ -4,7 +4,7 @@
xsi:schemaLocation=3D"http://maven.apache.org/POM/4.0.0 http://ma=
ven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- 3.2.1-SNAPSHOT
+ 3.2.2.CR1
unit
@@ -485,7 +485,7 @@
false
- 3.2.1-SNAPSHOT-JBossAS
+ 3.2.2.CR1-JBossAS
functional,unit
tcp
Modified: core/tags/3.2.2.CR1/src/main/java/org/jboss/cache/Version.java
=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
--- core/tags/3.2.2.CR1/src/main/java/org/jboss/cache/Version.java 2010-02-=
15 15:27:49 UTC (rev 8337)
+++ core/tags/3.2.2.CR1/src/main/java/org/jboss/cache/Version.java 2010-02-=
15 15:29:45 UTC (rev 8338)
@@ -32,10 +32,10 @@
@Immutable
public class Version
{
- public static final String version =3D "3.2.1-SNAPSHOT";
+ public static final String version =3D "3.2.2.CR1";
public static final String codename =3D "Malagueta";
//public static final String cvs =3D "$Id$";
- static final byte[] version_id =3D {'0', '3', '2', '1', 'S'};
+ static final byte[] version_id =3D {'0','3','2','2','C','R','1'};
=
private static final int MAJOR_SHIFT =3D 11;
private static final int MINOR_SHIFT =3D 6;
--===============6055558476400254100==--
From jbosscache-commits at lists.jboss.org Mon Feb 15 10:59:05 2010
Content-Type: multipart/mixed; boundary="===============6775422581525022068=="
MIME-Version: 1.0
From: jbosscache-commits at lists.jboss.org
To: jbosscache-commits at lists.jboss.org
Subject: [jbosscache-commits] JBoss Cache SVN: r8339 - core/tags.
Date: Mon, 15 Feb 2010 10:59:04 -0500
Message-ID: <201002151559.o1FFx4JA025644@svn01.web.mwc.hst.phx2.redhat.com>
--===============6775422581525022068==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: mircea.markus
Date: 2010-02-15 10:59:04 -0500 (Mon, 15 Feb 2010)
New Revision: 8339
Removed:
core/tags/3.2.2.CR1/
Log:
removed as release process failed
--===============6775422581525022068==--
From jbosscache-commits at lists.jboss.org Mon Feb 15 11:17:17 2010
Content-Type: multipart/mixed; boundary="===============4704074019608051921=="
MIME-Version: 1.0
From: jbosscache-commits at lists.jboss.org
To: jbosscache-commits at lists.jboss.org
Subject: [jbosscache-commits] JBoss Cache SVN: r8340 - core/tags.
Date: Mon, 15 Feb 2010 11:17:17 -0500
Message-ID: <201002151617.o1FGHH3N001044@svn01.web.mwc.hst.phx2.redhat.com>
--===============4704074019608051921==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: mircea.markus
Date: 2010-02-15 11:17:16 -0500 (Mon, 15 Feb 2010)
New Revision: 8340
Added:
core/tags/3.2.2.CR1/
Log:
JBoss Cache Release Script: Tagging 3.2.2.CR1
Copied: core/tags/3.2.2.CR1 (from rev 8339, core/trunk)
--===============4704074019608051921==--
From jbosscache-commits at lists.jboss.org Mon Feb 15 11:19:13 2010
Content-Type: multipart/mixed; boundary="===============3468679615990906928=="
MIME-Version: 1.0
From: jbosscache-commits at lists.jboss.org
To: jbosscache-commits at lists.jboss.org
Subject: [jbosscache-commits] JBoss Cache SVN: r8341 - in core/tags/3.2.2.CR1:
src/main/java/org/jboss/cache and 1 other directory.
Date: Mon, 15 Feb 2010 11:19:13 -0500
Message-ID: <201002151619.o1FGJDWL001075@svn01.web.mwc.hst.phx2.redhat.com>
--===============3468679615990906928==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: mircea.markus
Date: 2010-02-15 11:19:12 -0500 (Mon, 15 Feb 2010)
New Revision: 8341
Modified:
core/tags/3.2.2.CR1/pom.xml
core/tags/3.2.2.CR1/src/main/java/org/jboss/cache/Version.java
Log:
JBoss Cache Release Script: Updating 3.2.2.CR1
Modified: core/tags/3.2.2.CR1/pom.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
--- core/tags/3.2.2.CR1/pom.xml 2010-02-15 16:17:16 UTC (rev 8340)
+++ core/tags/3.2.2.CR1/pom.xml 2010-02-15 16:19:12 UTC (rev 8341)
@@ -4,7 +4,7 @@
xsi:schemaLocation=3D"http://maven.apache.org/POM/4.0.0 http://ma=
ven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- 3.2.1-SNAPSHOT
+ 3.2.2.CR1
unit
@@ -485,7 +485,7 @@
false
- 3.2.1-SNAPSHOT-JBossAS
+ 3.2.2.CR1-JBossAS
functional,unit
tcp
Modified: core/tags/3.2.2.CR1/src/main/java/org/jboss/cache/Version.java
=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
--- core/tags/3.2.2.CR1/src/main/java/org/jboss/cache/Version.java 2010-02-=
15 16:17:16 UTC (rev 8340)
+++ core/tags/3.2.2.CR1/src/main/java/org/jboss/cache/Version.java 2010-02-=
15 16:19:12 UTC (rev 8341)
@@ -32,10 +32,10 @@
@Immutable
public class Version
{
- public static final String version =3D "3.2.1-SNAPSHOT";
+ public static final String version =3D "3.2.2.CR1";
public static final String codename =3D "Malagueta";
//public static final String cvs =3D "$Id$";
- static final byte[] version_id =3D {'0', '3', '2', '1', 'S'};
+ static final byte[] version_id =3D {'0','3','2','2','C','R','1'};
=
private static final int MAJOR_SHIFT =3D 11;
private static final int MINOR_SHIFT =3D 6;
--===============3468679615990906928==--
From jbosscache-commits at lists.jboss.org Mon Feb 15 15:13:50 2010
Content-Type: multipart/mixed; boundary="===============7496672144209992590=="
MIME-Version: 1.0
From: jbosscache-commits at lists.jboss.org
To: jbosscache-commits at lists.jboss.org
Subject: [jbosscache-commits] JBoss Cache SVN: r8342 - core/tags.
Date: Mon, 15 Feb 2010 15:13:50 -0500
Message-ID: <201002152013.o1FKDonC020341@svn01.web.mwc.hst.phx2.redhat.com>
--===============7496672144209992590==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: mircea.markus
Date: 2010-02-15 15:13:50 -0500 (Mon, 15 Feb 2010)
New Revision: 8342
Removed:
core/tags/3.2.2.CR1/
Log:
removed as release process failed
--===============7496672144209992590==--
From jbosscache-commits at lists.jboss.org Tue Feb 16 03:44:42 2010
Content-Type: multipart/mixed; boundary="===============7912647225098447313=="
MIME-Version: 1.0
From: jbosscache-commits at lists.jboss.org
To: jbosscache-commits at lists.jboss.org
Subject: [jbosscache-commits] JBoss Cache SVN: r8343 - core/tags.
Date: Tue, 16 Feb 2010 03:44:42 -0500
Message-ID: <201002160844.o1G8igXD016731@svn01.web.mwc.hst.phx2.redhat.com>
--===============7912647225098447313==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: mircea.markus
Date: 2010-02-16 03:44:41 -0500 (Tue, 16 Feb 2010)
New Revision: 8343
Added:
core/tags/3.2.3.CR1/
Log:
JBoss Cache Release Script: Tagging 3.2.3.CR1
Copied: core/tags/3.2.3.CR1 (from rev 8342, core/trunk)
--===============7912647225098447313==--
From jbosscache-commits at lists.jboss.org Tue Feb 16 03:46:26 2010
Content-Type: multipart/mixed; boundary="===============1744899247080913886=="
MIME-Version: 1.0
From: jbosscache-commits at lists.jboss.org
To: jbosscache-commits at lists.jboss.org
Subject: [jbosscache-commits] JBoss Cache SVN: r8344 - in core/tags/3.2.3.CR1:
src/main/java/org/jboss/cache and 1 other directory.
Date: Tue, 16 Feb 2010 03:46:25 -0500
Message-ID: <201002160846.o1G8kPnF017175@svn01.web.mwc.hst.phx2.redhat.com>
--===============1744899247080913886==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: mircea.markus
Date: 2010-02-16 03:46:25 -0500 (Tue, 16 Feb 2010)
New Revision: 8344
Modified:
core/tags/3.2.3.CR1/pom.xml
core/tags/3.2.3.CR1/src/main/java/org/jboss/cache/Version.java
Log:
JBoss Cache Release Script: Updating 3.2.3.CR1
Modified: core/tags/3.2.3.CR1/pom.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
--- core/tags/3.2.3.CR1/pom.xml 2010-02-16 08:44:41 UTC (rev 8343)
+++ core/tags/3.2.3.CR1/pom.xml 2010-02-16 08:46:25 UTC (rev 8344)
@@ -4,7 +4,7 @@
xsi:schemaLocation=3D"http://maven.apache.org/POM/4.0.0 http://ma=
ven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- 3.2.1-SNAPSHOT
+ 3.2.3.CR1
unit
@@ -485,7 +485,7 @@
false
- 3.2.1-SNAPSHOT-JBossAS
+ 3.2.3.CR1-JBossAS
functional,unit
tcp
Modified: core/tags/3.2.3.CR1/src/main/java/org/jboss/cache/Version.java
=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
--- core/tags/3.2.3.CR1/src/main/java/org/jboss/cache/Version.java 2010-02-=
16 08:44:41 UTC (rev 8343)
+++ core/tags/3.2.3.CR1/src/main/java/org/jboss/cache/Version.java 2010-02-=
16 08:46:25 UTC (rev 8344)
@@ -32,10 +32,10 @@
@Immutable
public class Version
{
- public static final String version =3D "3.2.1-SNAPSHOT";
+ public static final String version =3D "3.2.3.CR1";
public static final String codename =3D "Malagueta";
//public static final String cvs =3D "$Id$";
- static final byte[] version_id =3D {'0', '3', '2', '1', 'S'};
+ static final byte[] version_id =3D {'0','3','2','3','C','R','1'};
=
private static final int MAJOR_SHIFT =3D 11;
private static final int MINOR_SHIFT =3D 6;
--===============1744899247080913886==--
From jboss-qa-internal at redhat.com Tue Feb 16 12:05:53 2010
Content-Type: multipart/mixed; boundary="===============4570118173581339113=="
MIME-Version: 1.0
From: jboss-qa-internal at redhat.com
To: jbosscache-commits at lists.jboss.org
Subject: =?utf-8?q?=5Bjbosscache-commits=5D_Hudson_build_is_back_to_Hudson_build_c?=
=?utf-8?q?ompleted_=3A_jboss-cache-core-trunk-jdk1=2E6_=C2=BB_JBoss_Cache?=
=?utf-8?q?_-_Core_Edition_=23791?=
Date: Tue, 16 Feb 2010 12:05:51 -0500
Message-ID: <975745864.251266339951988.JavaMail.hudson@soa8.qa.atl2.redhat.com>
--===============4570118173581339113==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
See
--===============4570118173581339113==--
From jboss-qa-internal at redhat.com Tue Feb 16 12:05:57 2010
Content-Type: multipart/mixed; boundary="===============1796975615130779194=="
MIME-Version: 1.0
From: jboss-qa-internal at redhat.com
To: jbosscache-commits at lists.jboss.org
Subject: [jbosscache-commits] Build failed in Hudson:
jboss-cache-core-trunk-jdk1.6 #791
Date: Tue, 16 Feb 2010 12:05:53 -0500
Message-ID: <660068026.261266339955584.JavaMail.hudson@soa8.qa.atl2.redhat.com>
--===============1796975615130779194==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
See
Changes:
[mircea.markus] applied patch from https://jira.jboss.org/jira/browse/JBCAC=
HE-1569
------------------------------------------
[...truncated 1165 lines...]
AU src/main/java/org/jboss/cache/notifications/event/NodeLoadedEvent=
.java
AU src/main/java/org/jboss/cache/notifications/event/BuddyGroupChang=
edEvent.java
AU src/main/java/org/jboss/cache/notifications/event/EventImpl.java
AU src/main/java/org/jboss/cache/notifications/event/CacheStoppedEve=
nt.java
AU src/main/java/org/jboss/cache/notifications/event/TransactionalEv=
ent.java
AU src/main/java/org/jboss/cache/notifications/event/TransactionRegi=
steredEvent.java
AU src/main/java/org/jboss/cache/notifications/event/NodeRemovedEven=
t.java
AU src/main/java/org/jboss/cache/notifications/event/NodePassivatedE=
vent.java
AU src/main/java/org/jboss/cache/notifications/event/NodeActivatedEv=
ent.java
AU src/main/java/org/jboss/cache/notifications/event/NodeCreatedEven=
t.java
AU src/main/java/org/jboss/cache/notifications/event/NodeVisitedEven=
t.java
AU src/main/java/org/jboss/cache/notifications/event/Event.java
AU src/main/java/org/jboss/cache/notifications/event/NodeMovedEvent.=
java
AU src/main/java/org/jboss/cache/notifications/event/TransactionComp=
letedEvent.java
AU src/main/java/org/jboss/cache/notifications/event/ViewChangedEven=
t.java
AU src/main/java/org/jboss/cache/notifications/event/NodeEvent.java
AU src/main/java/org/jboss/cache/notifications/event/NodeModifiedEve=
nt.java
AU src/main/java/org/jboss/cache/notifications/event/CacheBlockedEve=
nt.java
AU src/main/java/org/jboss/cache/notifications/event/NodeEvictedEven=
t.java
AU src/main/java/org/jboss/cache/notifications/event/NodeInvalidated=
Event.java
AU src/main/java/org/jboss/cache/notifications/event/CacheUnblockedE=
vent.java
AU src/main/java/org/jboss/cache/notifications/event/CacheStartedEve=
nt.java
A src/main/java/org/jboss/cache/notifications/annotation
AU src/main/java/org/jboss/cache/notifications/annotation/CacheStopp=
ed.java
AU src/main/java/org/jboss/cache/notifications/annotation/Transactio=
nRegistered.java
AU src/main/java/org/jboss/cache/notifications/annotation/NodeRemove=
d.java
AU src/main/java/org/jboss/cache/notifications/annotation/NodePassiv=
ated.java
AU src/main/java/org/jboss/cache/notifications/annotation/CacheListe=
ner.java
AU src/main/java/org/jboss/cache/notifications/annotation/NodeActiva=
ted.java
AU src/main/java/org/jboss/cache/notifications/annotation/NodeVisite=
d.java
AU src/main/java/org/jboss/cache/notifications/annotation/NodeCreate=
d.java
AU src/main/java/org/jboss/cache/notifications/annotation/NodeMoved.=
java
AU src/main/java/org/jboss/cache/notifications/annotation/Transactio=
nCompleted.java
AU src/main/java/org/jboss/cache/notifications/annotation/ViewChange=
d.java
AU src/main/java/org/jboss/cache/notifications/annotation/NodeModifi=
ed.java
AU src/main/java/org/jboss/cache/notifications/annotation/CacheBlock=
ed.java
AU src/main/java/org/jboss/cache/notifications/annotation/NodeEvicte=
d.java
AU src/main/java/org/jboss/cache/notifications/annotation/NodeInvali=
dated.java
AU src/main/java/org/jboss/cache/notifications/annotation/CacheUnblo=
cked.java
AU src/main/java/org/jboss/cache/notifications/annotation/CacheStart=
ed.java
AU src/main/java/org/jboss/cache/notifications/annotation/NodeLoaded=
.java
AU src/main/java/org/jboss/cache/notifications/annotation/BuddyGroup=
Changed.java
A src/main/java/org/jboss/cache/invocation
AU src/main/java/org/jboss/cache/invocation/InvocationContextContain=
er.java
AU src/main/java/org/jboss/cache/invocation/LegacyInvocationContext.=
java
AU src/main/java/org/jboss/cache/invocation/MVCCInvocationContext.ja=
va
AU src/main/java/org/jboss/cache/invocation/AbstractInvocationDelega=
te.java
AU src/main/java/org/jboss/cache/invocation/CacheInvocationDelegate.=
java
AU src/main/java/org/jboss/cache/invocation/CacheNotReadyException.j=
ava
AU src/main/java/org/jboss/cache/invocation/NodeInvocationDelegate.j=
ava
AU src/main/java/org/jboss/cache/DataContainerImpl.java
AU src/main/java/org/jboss/cache/AbstractNodeFactory.java
AU src/main/java/org/jboss/cache/VersionedNode.java
AU src/main/java/org/jboss/cache/RegionImpl.java
AU src/main/java/org/jboss/cache/CacheStatus.java
A src/main/java/org/jboss/cache/mvcc
A src/main/java/org/jboss/cache/mvcc/NullMarkerNodeForRemoval.java
AU src/main/java/org/jboss/cache/mvcc/NullMarkerNode.java
AU src/main/java/org/jboss/cache/mvcc/NodeReference.java
AU src/main/java/org/jboss/cache/mvcc/MVCCNodeFactory.java
AU src/main/java/org/jboss/cache/mvcc/RepeatableReadNode.java
AU src/main/java/org/jboss/cache/mvcc/ReadCommittedNode.java
AU src/main/java/org/jboss/cache/mvcc/MVCCNodeHelper.java
AU src/main/java/org/jboss/cache/ConsoleListener.java
AU src/main/java/org/jboss/cache/FqnComparator.java
AU src/main/java/org/jboss/cache/DataContainer.java
A src/main/java/org/jboss/cache/jmx
AU src/main/java/org/jboss/cache/jmx/JmxStatisticsExposer.java
AU src/main/java/org/jboss/cache/jmx/CacheNotificationListener.java
AU src/main/java/org/jboss/cache/jmx/CacheJmxWrapper.java
AU src/main/java/org/jboss/cache/jmx/CacheNotificationBroadcaster.ja=
va
AU src/main/java/org/jboss/cache/jmx/JmxRegistrationManager.java
AU src/main/java/org/jboss/cache/jmx/CacheJmxWrapperMBean.java
AU src/main/java/org/jboss/cache/jmx/PlatformMBeanServerRegistration=
.java
AU src/main/java/org/jboss/cache/jmx/JmxUtil.java
AU src/main/java/org/jboss/cache/jmx/LegacyConfiguration.java
A src/main/java/org/jboss/cache/jmx/annotations
AU src/main/java/org/jboss/cache/jmx/annotations/ManagedAttribute.ja=
va
AU src/main/java/org/jboss/cache/jmx/annotations/MBean.java
AU src/main/java/org/jboss/cache/jmx/annotations/ManagedOperation.ja=
va
AU src/main/java/org/jboss/cache/jmx/ResourceDMBean.java
A src/main/java/org/jboss/cache/xml
A src/main/java/org/jboss/cache/buddyreplication
AU src/main/java/org/jboss/cache/buddyreplication/BuddyFqnTransforme=
r.java
AU src/main/java/org/jboss/cache/buddyreplication/BuddyManager.java
AU src/main/java/org/jboss/cache/buddyreplication/NextMemberBuddyLoc=
ator.java
AU src/main/java/org/jboss/cache/buddyreplication/Fqn2BuddyFqnVisito=
r.java
AU src/main/java/org/jboss/cache/buddyreplication/BuddyGroup.java
AU src/main/java/org/jboss/cache/buddyreplication/GravitateResult.ja=
va
AU src/main/java/org/jboss/cache/buddyreplication/NextMemberBuddyLoc=
atorConfig.java
AU src/main/java/org/jboss/cache/buddyreplication/AddressLocator.java
AU src/main/java/org/jboss/cache/buddyreplication/BuddyLocator.java
AU src/main/java/org/jboss/cache/buddyreplication/BuddyNotInitExcept=
ion.java
AU src/main/java/org/jboss/cache/buddyreplication/JGroups26AddressLo=
cator.java
AU src/main/java/org/jboss/cache/buddyreplication/JGroups28AddressLo=
cator.java
AU src/main/java/org/jboss/cache/TreeCacheViewMBean.java
AU src/main/java/org/jboss/cache/InternalNode.java
A src/main/java/org/jboss/cache/marshall
AU src/main/java/org/jboss/cache/marshall/CacheMarshaller200.java
AU src/main/java/org/jboss/cache/marshall/NodeDataExceptionMarker.ja=
va
AU src/main/java/org/jboss/cache/marshall/MarshallUtil.java
AU src/main/java/org/jboss/cache/marshall/CacheMarshaller300.java
AU src/main/java/org/jboss/cache/marshall/CacheMarshaller210.java
AU src/main/java/org/jboss/cache/marshall/InactiveRegionAwareRpcDisp=
atcher.java
AU src/main/java/org/jboss/cache/marshall/MarshalledValueMap.java
AU src/main/java/org/jboss/cache/marshall/MarshalledValueHelper.java
AU src/main/java/org/jboss/cache/marshall/MarshalledValue.java
AU src/main/java/org/jboss/cache/marshall/RegionalizedMethodCall.java
AU src/main/java/org/jboss/cache/marshall/RegionalizedReturnValue.ja=
va
AU src/main/java/org/jboss/cache/marshall/CommandAwareRpcDispatcher.=
java
AU src/main/java/org/jboss/cache/marshall/MethodCall.java
AU src/main/java/org/jboss/cache/marshall/AbstractMarshaller.java
AU src/main/java/org/jboss/cache/marshall/NodeData.java
AU src/main/java/org/jboss/cache/marshall/ExtendedResponse.java
AU src/main/java/org/jboss/cache/marshall/RegionNotFoundException.ja=
va
AU src/main/java/org/jboss/cache/marshall/RequestIgnoredResponse.java
AU src/main/java/org/jboss/cache/marshall/MarshallingException.java
AU src/main/java/org/jboss/cache/marshall/VersionAwareMarshaller.java
AU src/main/java/org/jboss/cache/marshall/NodeDataMarker.java
A src/main/java/org/jboss/cache/marshall/ReplicationObserver.java
AU src/main/java/org/jboss/cache/marshall/UnmarshalledReferences.java
AU src/main/java/org/jboss/cache/marshall/InactiveRegionException.ja=
va
AU src/main/java/org/jboss/cache/marshall/RegionNameConflictExceptio=
n.java
AU src/main/java/org/jboss/cache/marshall/Marshaller.java
AU src/main/java/org/jboss/cache/Region.java
AU src/main/java/org/jboss/cache/Fqn.java
AU src/main/java/org/jboss/cache/LegacyRegionManagerImpl.java
A src/main/java/org/jboss/cache/loader
AU src/main/java/org/jboss/cache/loader/ManagedConnectionFactory.java
A src/main/java/org/jboss/cache/loader/s3
AU src/main/java/org/jboss/cache/loader/s3/S3CacheLoader.java
AU src/main/java/org/jboss/cache/loader/s3/S3LoaderConfig.java
AU src/main/java/org/jboss/cache/loader/s3/S3Exception.java
AU src/main/java/org/jboss/cache/loader/ClusteredCacheLoader.java
AU src/main/java/org/jboss/cache/loader/JDBCCacheLoaderOld.java
AU src/main/java/org/jboss/cache/loader/JDBCCacheLoader.java
AU src/main/java/org/jboss/cache/loader/AbstractCacheLoader.java
AU src/main/java/org/jboss/cache/loader/LocalDelegatingCacheLoaderCo=
nfig.java
AU src/main/java/org/jboss/cache/loader/FileCacheLoaderConfig.java
AU src/main/java/org/jboss/cache/loader/TcpDelegatingCacheLoader.java
AU src/main/java/org/jboss/cache/loader/CacheLoaderManager.java
AU src/main/java/org/jboss/cache/loader/AdjListJDBCCacheLoader.java
AU src/main/java/org/jboss/cache/loader/AsyncCacheLoader.java
AU src/main/java/org/jboss/cache/loader/SingletonStoreCacheLoader.ja=
va
AU src/main/java/org/jboss/cache/loader/CacheLoaderAop.java
AU src/main/java/org/jboss/cache/loader/ChainingCacheLoader.java
AU src/main/java/org/jboss/cache/loader/ClusteredCacheLoaderConfig.j=
ava
A src/main/java/org/jboss/cache/loader/jdbm
A src/main/java/org/jboss/cache/loader/jdbm/JdbmCacheLoader2Config.=
java
AU src/main/java/org/jboss/cache/loader/jdbm/JdbmCacheLoader.java
A src/main/java/org/jboss/cache/loader/jdbm/JdbmCacheLoader2.java
AU src/main/java/org/jboss/cache/loader/jdbm/Null.java
AU src/main/java/org/jboss/cache/loader/jdbm/JdbmCacheLoaderConfig.j=
ava
AU src/main/java/org/jboss/cache/loader/JDBCCacheLoaderOldConfig.java
AU src/main/java/org/jboss/cache/loader/AbstractDelegatingCacheLoade=
r.java
AU src/main/java/org/jboss/cache/loader/JDBCCacheLoaderConfig.java
A src/main/java/org/jboss/cache/loader/tcp
AU src/main/java/org/jboss/cache/loader/tcp/TcpCacheServer.java
AU src/main/java/org/jboss/cache/loader/tcp/TcpCacheServerMBean.java
AU src/main/java/org/jboss/cache/loader/tcp/TcpCacheOperations.java
AU src/main/java/org/jboss/cache/loader/SingletonStoreDefaultConfig.=
java
AU src/main/java/org/jboss/cache/loader/TcpDelegatingCacheLoaderConf=
ig.java
AU src/main/java/org/jboss/cache/loader/ReadOnlyDelegatingCacheLoade=
r.java
AU src/main/java/org/jboss/cache/loader/C3p0ConnectionFactory.java
AU src/main/java/org/jboss/cache/loader/AdjListJDBCCacheLoaderConfig=
.java
AU src/main/java/org/jboss/cache/loader/AsyncCacheLoaderConfig.java
AU src/main/java/org/jboss/cache/loader/NonManagedConnectionFactory.=
java
A src/main/java/org/jboss/cache/loader/bdbje
AU src/main/java/org/jboss/cache/loader/bdbje/BdbjeCacheLoader.java
AU src/main/java/org/jboss/cache/loader/bdbje/BdbjeCacheLoaderConfig=
.java
AU src/main/java/org/jboss/cache/loader/ConnectionFactory.java
AU src/main/java/org/jboss/cache/loader/LocalDelegatingCacheLoader.j=
ava
AU src/main/java/org/jboss/cache/loader/CacheLoader.java
AU src/main/java/org/jboss/cache/loader/FileCacheLoader.java
A src/main/java/org/jboss/cache/io
AU src/main/java/org/jboss/cache/io/ExposedByteArrayOutputStream.java
AU src/main/java/org/jboss/cache/io/ByteBuffer.java
AU src/main/java/org/jboss/cache/ReplicationException.java
AU src/main/java/org/jboss/cache/PessimisticNodeFactory.java
AU src/main/java/org/jboss/cache/CacheFactory.java
A src/main/tutorial
AU src/main/tutorial/README-Tutorial.txt
AU src/main/tutorial/build.xml
A src/main/resources
A src/main/resources/schema
A src/main/resources/schema/jbosscache-config-3.0.xsd
AU src/main/resources/schema/jbosscache-config-3.1.xsd
AU src/main/resources/schema/jbosscache-config-3.2.xsd
A src/main/resources/schema/jbosscache-registry-3.0.xsd
AU src/main/resources/schema/jbosscache-registry-3.1.xsd
AU src/main/resources/schema/jbosscache-registry-3.2.xsd
A src/main/resources/config2to3.bat
AU src/main/resources/config2to3.sh
A src/main/resources/config2to3.xslt
A src/main/resources/config-samples
AU src/main/resources/config-samples/non-blocking-state-transfer.xml
AU src/main/resources/config-samples/cacheloader-enabled.xml
AU src/main/resources/config-samples/multiplexer-enabled.xml
AU src/main/resources/config-samples/string-property-replaced.xml
AU src/main/resources/config-samples/external-jgroups-file.xml
AU src/main/resources/config-samples/all.xml
AU src/main/resources/config-samples/eviction-enabled.xml
AU src/main/resources/config-samples/local.xml
AU src/main/resources/config-samples/total-replication.xml
AU src/main/resources/config-samples/invalidation-async.xml
AU src/main/resources/config-samples/buddy-replication.xml
AU src/main/resources/cache-jdbc.properties
AU README-i18n.txt
AU release.sh
AU pom.xml
U .
At revision 8344
Parsing POMs
[.] $ /qa/tools/opt/jdk1.6.0_18/bin/java -Xmx800m -cp /home/hudson/hudson_w=
orkspace/maven-agent.jar:/qa/tools/opt/maven-2.0.10/boot/classworlds-1.1.ja=
r hudson.maven.agent.Main /qa/tools/opt/maven-2.0.10 /qa/services/hudson/hu=
dson_release/WEB-INF/slave.jar /home/hudson/hudson_workspace/maven-intercep=
tor.jar 58482
<=3D=3D=3D[HUDSON REMOTING CAPACITY]=3D=3D=3D> channel started
Executing Maven: -B -f -cpu -U clean site -P test-hudson
[INFO] Scanning for projects...
WAGON_VERSION: 1.0-beta-2
[INFO] --------------------------------------------------------------------=
----
[INFO] Building JBoss Cache - Core Edition
[INFO] task-segment: [clean, site]
[INFO] --------------------------------------------------------------------=
----
[INFO] artifact org.apache.maven.plugins:maven-eclipse-plugin: checking for=
updates from repository.jboss.org
[INFO] artifact org.apache.maven.plugins:maven-eclipse-plugin: checking for=
updates from Main Maven Repo
[INFO] artifact org.apache.maven.plugins:maven-eclipse-plugin: checking for=
updates from snapshots.repository.codehaus.org
[INFO] artifact org.apache.maven.plugins:maven-eclipse-plugin: checking for=
updates from central
[INFO] artifact org.apache.maven.plugins:maven-idea-plugin: checking for up=
dates from repository.jboss.org
[INFO] artifact org.apache.maven.plugins:maven-idea-plugin: checking for up=
dates from Main Maven Repo
[INFO] artifact org.apache.maven.plugins:maven-idea-plugin: checking for up=
dates from snapshots.repository.codehaus.org
[INFO] artifact org.apache.maven.plugins:maven-idea-plugin: checking for up=
dates from central
[INFO] [clean:clean]
[INFO] artifact org.apache.maven.plugins:maven-jxr-plugin: checking for upd=
ates from repository.jboss.org
[INFO] artifact org.apache.maven.plugins:maven-jxr-plugin: checking for upd=
ates from Main Maven Repo
[INFO] artifact org.apache.maven.plugins:maven-jxr-plugin: checking for upd=
ates from snapshots.repository.codehaus.org
[INFO] artifact org.apache.maven.plugins:maven-jxr-plugin: checking for upd=
ates from central
[HUDSON] Archiving to /home/hudson/hudson_workspace/jobs/jboss-cach=
e-core-trunk-jdk1.6/modules/org.jboss.cache$jbosscache-core/builds/2010-02-=
16_12-05-33/archive/org.jboss.cache/jbosscache-core/3.2.1-SNAPSHOT/pom.xml
[INFO] --------------------------------------------------------------------=
----
[ERROR] BUILD ERROR
[INFO] --------------------------------------------------------------------=
----
[INFO] The plugin 'org.apache.maven.plugins:maven-jxr-plugin' does not exis=
t or no valid version could be found
[INFO] --------------------------------------------------------------------=
----
[INFO] For more information, run Maven with the -e switch
[INFO] --------------------------------------------------------------------=
----
[INFO] Total time: 12 seconds
[INFO] Finished at: Tue Feb 16 12:05:51 EST 2010
[INFO] Final Memory: 16M/150M
[INFO] --------------------------------------------------------------------=
----
Sending e-mails to: dpospisi(a)redhat.com jbosscache-commits(a)lists.jboss.=
org mircea.markus(a)jboss.com
channel stopped
--===============1796975615130779194==--
From jboss-qa-internal at redhat.com Tue Feb 16 12:23:20 2010
Content-Type: multipart/mixed; boundary="===============1751056736457375279=="
MIME-Version: 1.0
From: jboss-qa-internal at redhat.com
To: jbosscache-commits at lists.jboss.org
Subject: =?utf-8?q?=5Bjbosscache-commits=5D_Hudson_build_became_unstable=3A__jboss?=
=?utf-8?q?-cache-core-trunk-jdk1=2E5_=C2=BB_JBoss_Cache_-_Core_Edition_?=
=?utf-8?q?=23883?=
Date: Tue, 16 Feb 2010 12:23:14 -0500
Message-ID: <693363969.301266340994437.JavaMail.hudson@soa8.qa.atl2.redhat.com>
--===============1751056736457375279==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
See
--===============1751056736457375279==--
From jboss-qa-internal at redhat.com Tue Feb 16 12:23:24 2010
Content-Type: multipart/mixed; boundary="===============4738976304689674098=="
MIME-Version: 1.0
From: jboss-qa-internal at redhat.com
To: jbosscache-commits at lists.jboss.org
Subject: [jbosscache-commits] Hudson build became unstable:
jboss-cache-core-trunk-jdk1.5 #883
Date: Tue, 16 Feb 2010 12:23:23 -0500
Message-ID: <2129258048.311266341003785.JavaMail.hudson@soa8.qa.atl2.redhat.com>
--===============4738976304689674098==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
See
--===============4738976304689674098==--
From jbosscache-commits at lists.jboss.org Tue Feb 23 23:48:40 2010
Content-Type: multipart/mixed; boundary="===============5956442735589719822=="
MIME-Version: 1.0
From: jbosscache-commits at lists.jboss.org
To: jbosscache-commits at lists.jboss.org
Subject: [jbosscache-commits] JBoss Cache SVN: r8345 - enterprise-docs/tags.
Date: Tue, 23 Feb 2010 23:48:40 -0500
Message-ID: <201002240448.o1O4meDa006916@svn01.web.mwc.hst.phx2.redhat.com>
--===============5956442735589719822==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: laubai
Date: 2010-02-23 23:48:40 -0500 (Tue, 23 Feb 2010)
New Revision: 8345
Added:
enterprise-docs/tags/JBoss_EAP_4_2_9/
Log:
Copying EAP 4.2.8 docs to 4.2.9 for next CP.
Copied: enterprise-docs/tags/JBoss_EAP_4_2_9 (from rev 8344, enterprise-doc=
s/tags/JBoss_EAP_4_2_8)
--===============5956442735589719822==--
From jbosscache-commits at lists.jboss.org Tue Feb 23 23:52:12 2010
Content-Type: multipart/mixed; boundary="===============2969043288546129576=="
MIME-Version: 1.0
From: jbosscache-commits at lists.jboss.org
To: jbosscache-commits at lists.jboss.org
Subject: [jbosscache-commits] JBoss Cache SVN: r8346 - enterprise-docs/tags.
Date: Tue, 23 Feb 2010 23:52:12 -0500
Message-ID: <201002240452.o1O4qCJj007380@svn01.web.mwc.hst.phx2.redhat.com>
--===============2969043288546129576==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: laubai
Date: 2010-02-23 23:52:12 -0500 (Tue, 23 Feb 2010)
New Revision: 8346
Added:
enterprise-docs/tags/JBoss_EAP_4_3_8/
Log:
Copied 4.3.7 branch to 4.3.8 for EAP 4.3 CP08.
Copied: enterprise-docs/tags/JBoss_EAP_4_3_8 (from rev 8345, enterprise-doc=
s/tags/JBoss_EAP_4_3_7)
--===============2969043288546129576==--