You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2010/07/12 04:43:22 UTC

svn commit: r963176 - in /geronimo/server/branches/2.2/plugins/activemq/activemq-broker/src/main/resources: activemq-template.xml activemq.xml

Author: genspring
Date: Mon Jul 12 02:43:22 2010
New Revision: 963176

URL: http://svn.apache.org/viewvc?rev=963176&view=rev
Log:
Revert "GERONIMO-5372 - change the default adapter in geronimo to kahaDB". Because it's causing a jms tck failure.   Since persistentAdapter is also working well per GERONIMO-5426.  we need to revert this back.

Modified:
    geronimo/server/branches/2.2/plugins/activemq/activemq-broker/src/main/resources/activemq-template.xml
    geronimo/server/branches/2.2/plugins/activemq/activemq-broker/src/main/resources/activemq.xml

Modified: geronimo/server/branches/2.2/plugins/activemq/activemq-broker/src/main/resources/activemq-template.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/activemq/activemq-broker/src/main/resources/activemq-template.xml?rev=963176&r1=963175&r2=963176&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/activemq/activemq-broker/src/main/resources/activemq-template.xml (original)
+++ geronimo/server/branches/2.2/plugins/activemq/activemq-broker/src/main/resources/activemq-template.xml Mon Jul 12 02:43:22 2010
@@ -104,7 +104,7 @@
             http://activemq.apache.org/persistence.html 
         -->
         <persistenceAdapter>
-            <kahaDB directory="${activemq.data}"/>
+            <amqPersistenceAdapter syncOnWrite="false" directory="${activemq.data}" maxFileLength="20 mb"/>
         </persistenceAdapter>
 
         <!-- 

Modified: geronimo/server/branches/2.2/plugins/activemq/activemq-broker/src/main/resources/activemq.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/activemq/activemq-broker/src/main/resources/activemq.xml?rev=963176&r1=963175&r2=963176&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/activemq/activemq-broker/src/main/resources/activemq.xml (original)
+++ geronimo/server/branches/2.2/plugins/activemq/activemq-broker/src/main/resources/activemq.xml Mon Jul 12 02:43:22 2010
@@ -104,7 +104,7 @@
             http://activemq.apache.org/persistence.html 
         -->
         <persistenceAdapter>
-            <kahaDB directory="${activemq.data}"/>
+            <amqPersistenceAdapter syncOnWrite="false" directory="${activemq.data}" maxFileLength="20 mb"/>
         </persistenceAdapter>
 
         <!-- 



Re: svn commit: r963176 - in /geronimo/server/branches/2.2/plugins/activemq/activemq-broker/src/main/resources: activemq-template.xml activemq.xml

Posted by Kevan Miller <ke...@gmail.com>.
On Jul 11, 2010, at 10:43 PM, genspring@apache.org wrote:

> Author: genspring
> Date: Mon Jul 12 02:43:22 2010
> New Revision: 963176
> 
> URL: http://svn.apache.org/viewvc?rev=963176&view=rev
> Log:
> Revert "GERONIMO-5372 - change the default adapter in geronimo to kahaDB". Because it's causing a jms tck failure.   Since persistentAdapter is also working well per GERONIMO-5426.  we need to revert this back.

Hi Shawn,
Do we have information on the failures that kahaDB caused? If this is a problem with the kahaDB persistence adapter, we should pass this information along to the ActiveMQ community so that the problem can be fixed. Would it be possible to recreate this problem?

--kevan