You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ac...@apache.org on 2007/06/08 11:27:11 UTC

svn commit: r545463 - in /activemq/branches/activemq-4.1: activemq-core/src/test/java/org/apache/activemq/spring/SpringTest.java pom.xml

Author: aco
Date: Fri Jun  8 02:27:11 2007
New Revision: 545463

URL: http://svn.apache.org/viewvc?view=rev&rev=545463
Log:
Updated the branch to use xbean-3.0 and also ported the spring test

Modified:
    activemq/branches/activemq-4.1/activemq-core/src/test/java/org/apache/activemq/spring/SpringTest.java
    activemq/branches/activemq-4.1/pom.xml

Modified: activemq/branches/activemq-4.1/activemq-core/src/test/java/org/apache/activemq/spring/SpringTest.java
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-core/src/test/java/org/apache/activemq/spring/SpringTest.java?view=diff&rev=545463&r1=545462&r2=545463
==============================================================================
--- activemq/branches/activemq-4.1/activemq-core/src/test/java/org/apache/activemq/spring/SpringTest.java (original)
+++ activemq/branches/activemq-4.1/activemq-core/src/test/java/org/apache/activemq/spring/SpringTest.java Fri Jun  8 02:27:11 2007
@@ -127,6 +127,9 @@
     }
     
     /**
+     * Spring configured test case that tests the remotely deployed xsd
+     * http://people.apache.org/repository/org.apache.activemq/xsds/activemq-core-4.1-SNAPSHOT.xsd
+     * 
      * Broken: http://issues.apache.org/activemq/browse/AMQ-1002
      * Needs to be fixed.
      * 
@@ -134,6 +137,16 @@
      */
     public void XtestSenderWithSpringXmlUsingSpring2NamespacesWithEmbeddedBrokerConfiguredViaXml() throws Exception {
         String config = "spring-embedded-xbean.xml";
+        assertSenderConfig(config);
+    }
+
+    /**
+     * Spring configured test case that tests the locally generated xsd
+     *
+     * @throws Exception
+     */
+    public void testSenderWithSpringXmlUsingSpring2NamespacesWithEmbeddedBrokerConfiguredViaXmlUsingLocalXsd() throws Exception {
+        String config = "spring-embedded-xbean-local.xml";
         assertSenderConfig(config);
     }
     

Modified: activemq/branches/activemq-4.1/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/pom.xml?view=diff&rev=545463&r1=545462&r2=545463
==============================================================================
--- activemq/branches/activemq-4.1/pom.xml (original)
+++ activemq/branches/activemq-4.1/pom.xml Fri Jun  8 02:27:11 2007
@@ -967,7 +967,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>2.8</xbean-version>
+    <xbean-version>3.0</xbean-version>
     <dist-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</dist-repo-url>
     <m1-dist-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-dist-repo-url>
     <site-repo-url>scpexe://people.apache.org/www/activemq.apache.org/maven/</site-repo-url>