[jbpm-commits] JBoss JBPM SVN: r5400 - jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jul 30 16:26:44 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-07-30 16:26:44 -0400 (Thu, 30 Jul 2009)
New Revision: 5400

Modified:
   jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/hibernate.cache.xml
Log:
[JBPM-2092] Byte Array Should Be In Default Cache Configuration 
class ByteArray and collection ByteArray.byteBlocks added to cache configuration

Modified: jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/hibernate.cache.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/hibernate.cache.xml	2009-07-30 20:02:32 UTC (rev 5399)
+++ jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/hibernate.cache.xml	2009-07-30 20:26:44 UTC (rev 5400)
@@ -5,6 +5,9 @@
 
     <!-- strategy="nonstrict-read-write" can be used with HashtableCacheProvider -->
 
+    <class-cache class="org.jbpm.bytes.ByteArray" usage="nonstrict-read-write" />
+    <collection-cache collection="org.jbpm.bytes.ByteArray.byteBlocks" usage="nonstrict-read-write" />
+
     <class-cache class="org.jbpm.context.def.VariableAccess" usage="nonstrict-read-write" />
 
     <collection-cache collection="org.jbpm.file.def.FileDefinition.processFiles" usage="nonstrict-read-write" />



More information about the jbpm-commits mailing list