You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2008/09/04 12:33:38 UTC

svn commit: r691959 - in /activemq/trunk: activemq-core/pom.xml pom.xml

Author: gtully
Date: Thu Sep  4 03:33:37 2008
New Revision: 691959

URL: http://svn.apache.org/viewvc?rev=691959&view=rev
Log:
fix https://issues.apache.org/activemq/browse/AMQ-1921 and renable MemoryPropertyTest which works fine with xbean 3.4

Modified:
    activemq/trunk/activemq-core/pom.xml
    activemq/trunk/pom.xml

Modified: activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=691959&r1=691958&r2=691959&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Thu Sep  4 03:33:37 2008
@@ -453,10 +453,6 @@
              <exclude>**/NetworkFailoverTest.*/**</exclude>
 
             <exclude>**/AMQDeadlockTest3.*</exclude>
-            <!-- This test will pass with an xbean 3.3 or > version but as of now xbean 3.3 
-                 is breaking the activemq-jpa module due to a broker qdox parser.  Once that's 
-                 fixed we can upgarde the version and enable this test again -->
-            <exclude>**/MemoryPropertyTest.*</exclude>
           </excludes>
         </configuration>
       </plugin>

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=691959&r1=691958&r2=691959&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Thu Sep  4 03:33:37 2008
@@ -76,7 +76,7 @@
     <xmlbeans-version>2.0.0-beta1</xmlbeans-version>
     <xmlpull-version>1.1.3.4d_b4_min</xmlpull-version>
     <xstream-version>1.1.2</xstream-version>
-    <xbean-version>3.3</xbean-version>
+    <xbean-version>3.4</xbean-version>
     <felix-version>1.0.0</felix-version>
     <dist-repo-url>scpexe://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</dist-repo-url>
     <m1-dist-repo-url>scpexe://people.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-dist-repo-url>