[jboss-svn-commits] JBL Code SVN: r31380 - in labs/jbosstm/trunk: ArjunaJTS and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Feb 3 08:33:08 EST 2010


Author: mmusgrov
Date: 2010-02-03 08:33:08 -0500 (Wed, 03 Feb 2010)
New Revision: 31380

Modified:
   labs/jbosstm/trunk/ArjunaJTA/INSTALL
   labs/jbosstm/trunk/ArjunaJTS/INSTALL
Log:
[JBTM-695] Add comment on intialisation of the ObjectStore browser bean

Modified: labs/jbosstm/trunk/ArjunaJTA/INSTALL
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/INSTALL	2010-02-03 13:18:51 UTC (rev 31379)
+++ labs/jbosstm/trunk/ArjunaJTA/INSTALL	2010-02-03 13:33:08 UTC (rev 31380)
@@ -179,6 +179,15 @@
 that causes the instrumentation to check whether any new ObjectStore 
 records have been created or whether old ones have been removed.
 
+Note: if this bean does not appear in the JMX browser check that the
+been is being initialised in transaction-jboss-beans.xml:
+
+    <bean name="ObjectStoreBrowserBean" class="com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBean">
+       <constructor factoryClass="com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBean"
+			factoryMethod="getObjectStoreBrowserBean"/>
+       <demand state="Create">ObjectStoreEnvironmentBean</demand>
+    </bean>
+
 If JBossTS is deployed in the JBoss application server then JMX
 instrumentation of the ObjectStore is enabled by default. It can be disabled
 by setting the property jmxEnabled on the ObjectStoreEnvironmentBean in the

Modified: labs/jbosstm/trunk/ArjunaJTS/INSTALL
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/INSTALL	2010-02-03 13:18:51 UTC (rev 31379)
+++ labs/jbosstm/trunk/ArjunaJTS/INSTALL	2010-02-03 13:33:08 UTC (rev 31380)
@@ -192,6 +192,15 @@
 that causes the instrumentation to check whether any new ObjectStore
 records have been created or whether old ones have been removed.
 
+Note: if this bean does not appear in the JMX browser check that the
+been is being initialised in transaction-jboss-beans.xml:
+
+    <bean name="ObjectStoreBrowserBean" class="com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBean">
+       <constructor factoryClass="com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBean" 
+            factoryMethod="getObjectStoreBrowserBean"/>
+       <demand state="Create">ObjectStoreEnvironmentBean</demand>
+    </bean>
+
 If JBossTS is deployed in the JBoss application server then JMX
 instrumentation of the ObjectStore is enabled by default. It can be disabled 
 by setting the property jmxEnabled on the ObjectStoreEnvironmentBean in the



More information about the jboss-svn-commits mailing list