You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/10/06 03:41:04 UTC

svn commit: r453454 - in /incubator/activemq/trunk: activemq-core/src/test/resources/activemq.xml pom.xml

Author: chirino
Date: Thu Oct  5 18:41:03 2006
New Revision: 453454

URL: http://svn.apache.org/viewvc?view=rev&rev=453454
Log:
Switch to latest depolyed snapshot of activeio and disable persitence for some tests that don't need it on.

Modified:
    incubator/activemq/trunk/activemq-core/src/test/resources/activemq.xml
    incubator/activemq/trunk/pom.xml

Modified: incubator/activemq/trunk/activemq-core/src/test/resources/activemq.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/src/test/resources/activemq.xml?view=diff&rev=453454&r1=453453&r2=453454
==============================================================================
--- incubator/activemq/trunk/activemq-core/src/test/resources/activemq.xml (original)
+++ incubator/activemq/trunk/activemq-core/src/test/resources/activemq.xml Thu Oct  5 18:41:03 2006
@@ -19,18 +19,14 @@
 <beans>
   <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
 
-  <broker useJmx="false"  xmlns="http://activemq.org/config/1.0">
-  
-    <persistenceAdapter>
-      <journaledJDBC journalLogFiles="5" dataDirectory="foo"/>
-    </persistenceAdapter>
+  <broker useJmx="false"  xmlns="http://activemq.org/config/1.0" persistent="false">
   
     <transportConnectors>
-      <transportConnector uri="tcp://localhost:0" discoveryUri="rendezvous://default"/>
+      <transportConnector uri="tcp://localhost:0" discoveryUri="multicast://default"/>
     </transportConnectors>
     
     <networkConnectors>
-      <networkConnector uri="rendezvous://default"/>
+      <networkConnector uri="multicast://default"/>
     </networkConnectors>
     
   </broker>

Modified: incubator/activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/pom.xml?view=diff&rev=453454&r1=453453&r2=453454
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Thu Oct  5 18:41:03 2006
@@ -224,7 +224,7 @@
       <dependency>
         <groupId>${pom.groupId}</groupId>
         <artifactId>activeio-core</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.x-incubator-SNAPSHOT</version>
       </dependency>
 
 	  <dependency>