[embjopr-commits] EMBJOPR SVN: r589 - trunk/jsfunit/testdata/jbcache.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Jul 27 13:13:06 EDT 2009


Author: ozizka at redhat.com
Date: 2009-07-27 13:13:05 -0400 (Mon, 27 Jul 2009)
New Revision: 589

Added:
   trunk/jsfunit/testdata/jbcache/JBossCacheTest-by-fdrabek-java15-B.ear
   trunk/jsfunit/testdata/jbcache/info.txt
Modified:
   trunk/jsfunit/testdata/jbcache/JBossCacheTest-service.xml
Log:
Test EAR and -service.xml added.


Added: trunk/jsfunit/testdata/jbcache/JBossCacheTest-by-fdrabek-java15-B.ear
===================================================================
(Binary files differ)


Property changes on: trunk/jsfunit/testdata/jbcache/JBossCacheTest-by-fdrabek-java15-B.ear
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/jsfunit/testdata/jbcache/JBossCacheTest-service.xml
===================================================================
--- trunk/jsfunit/testdata/jbcache/JBossCacheTest-service.xml	2009-07-27 17:12:55 UTC (rev 588)
+++ trunk/jsfunit/testdata/jbcache/JBossCacheTest-service.xml	2009-07-27 17:13:05 UTC (rev 589)
@@ -1,20 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <server>
-<mbean code="org.jboss.cache.jmx.CacheJmxWrapper"
-name="foo:config=test,testName=testValue,Dname=testName,service=ExampleCacheJmxWrapper">
-<attribute name="TransactionManagerLookupClass">
-org.jboss.cache.transaction.JBossTransactionManagerLookup
-</attribute>
-<attribute name="MuxChannelFactory"><inject bean="JChannelFactory"/></attribute>
-<attribute name="MultiplexerStack">udp</attribute>
-<attribute name="ClusterName">Example-EntityCache</attribute>
-<attribute name="IsolationLevel">REPEATABLE_READ</attribute>
-<attribute name="CacheMode">REPL_SYNC</attribute>
-<attribute name="InitialStateRetrievalTimeout">15000</attribute>
-<attribute name="SyncReplTimeout">20000</attribute>
-<attribute name="LockAcquisitionTimeout">15000</attribute>
-<attribute name="ExposeManagementStatistics">true</attribute>
-</mbean>
-
+  <mbean code="org.jboss.cache.jmx.CacheJmxWrapper"
+      name="foo:config=test,testName=testValue,Dname=testName,service=ExampleCacheJmxWrapper">
+    <attribute name="TransactionManagerLookupClass">
+      org.jboss.cache.transaction.JBossTransactionManagerLookup
+    </attribute>
+    <attribute name="MuxChannelFactory"><inject bean="JChannelFactory"/></attribute>
+    <attribute name="MultiplexerStack">udp</attribute>
+    <attribute name="ClusterName">Example-EntityCache</attribute>
+    <attribute name="IsolationLevel">REPEATABLE_READ</attribute>
+    <attribute name="CacheMode">REPL_SYNC</attribute>
+    <attribute name="InitialStateRetrievalTimeout">15000</attribute>
+    <attribute name="SyncReplTimeout">20000</attribute>
+    <attribute name="LockAcquisitionTimeout">15000</attribute>
+    <attribute name="ExposeManagementStatistics">true</attribute>
+  </mbean>
 </server>
  

Added: trunk/jsfunit/testdata/jbcache/info.txt
===================================================================
--- trunk/jsfunit/testdata/jbcache/info.txt	                        (rev 0)
+++ trunk/jsfunit/testdata/jbcache/info.txt	2009-07-27 17:13:05 UTC (rev 589)
@@ -0,0 +1,9 @@
+
+
+JBossCacheTest-by-fdrabek-java15-B.ear :
+- Deploy to all config to activate caches to make them appear in EmbJopr.
+- URL: https://svn.devel.redhat.com/repos/jboss-qa/jbcache/JBossCacheTestEar
+
+JBossCacheTest-service.xml :
+- Deploy to the all config.
+- Using descriptor, the cache can have any name. This -service.xml is used to test this feature.
\ No newline at end of file



More information about the embjopr-commits mailing list