You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2013/02/18 22:47:53 UTC

svn commit: r1447512 - /activemq/trunk/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq1095/activemq.xml

Author: tabish
Date: Mon Feb 18 21:47:53 2013
New Revision: 1447512

URL: http://svn.apache.org/r1447512
Log:
fix for: https://issues.apache.org/jira/browse/AMQ-4331

Modified:
    activemq/trunk/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq1095/activemq.xml

Modified: activemq/trunk/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq1095/activemq.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq1095/activemq.xml?rev=1447512&r1=1447511&r2=1447512&view=diff
==============================================================================
--- activemq/trunk/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq1095/activemq.xml (original)
+++ activemq/trunk/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq1095/activemq.xml Mon Feb 18 21:47:53 2013
@@ -30,7 +30,7 @@
     </destinations>
   
     <persistenceAdapter>
-      <kahaPersistenceAdapter directory="file:target/amq1095" maxDataFileLength="200000"/>
+      <kahaDB directory="file:target/amq1095"/>
     </persistenceAdapter>