[jboss-cvs] JBossAS SVN: r57581 - in trunk: build testsuite/src/main/org/jboss/test/xml

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 12 04:26:12 EDT 2006


Author: alex.loubyansky at jboss.com
Date: 2006-10-12 04:26:09 -0400 (Thu, 12 Oct 2006)
New Revision: 57581

Modified:
   trunk/build/build-thirdparty.xml
   trunk/testsuite/src/main/org/jboss/test/xml/PojoServerUnitTestCase.java
Log:
use jbossxb 1.0.0.CR6 until the MC snapshot is updated for the latest XB snapshot

Modified: trunk/build/build-thirdparty.xml
===================================================================
--- trunk/build/build-thirdparty.xml	2006-10-11 22:41:57 UTC (rev 57580)
+++ trunk/build/build-thirdparty.xml	2006-10-12 08:26:09 UTC (rev 57581)
@@ -91,7 +91,7 @@
       <componentref name="jboss/common-logging-log4j" version="2.0.1.GA"/>
       <componentref name="jboss/common-logging-jdk" version="2.0.1.GA"/>
       <componentref name="jboss/common-logging-spi" version="2.0.1.GA"/>
-      <componentref name="jboss/jbossxb" version="snapshot"/>
+      <componentref name="jboss/jbossxb" version="1.0.0.CR6"/>
       <componentref name="jboss/jbossretro" version="1.0.3.GA"/>
       <componentref name="jboss/jbossws14" version="1.0.2.GA"/>
       <componentref name="jboss/jbossws" version="1.0.2.GA"/>

Modified: trunk/testsuite/src/main/org/jboss/test/xml/PojoServerUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/xml/PojoServerUnitTestCase.java	2006-10-11 22:41:57 UTC (rev 57580)
+++ trunk/testsuite/src/main/org/jboss/test/xml/PojoServerUnitTestCase.java	2006-10-12 08:26:09 UTC (rev 57581)
@@ -268,6 +268,9 @@
          }
       });
 
+/* TODO uncomment when the latest snapshot of XB with the
+ * global model group support is available in the thirdparty
+ * (depends on the MC snapshot to be able to boot the AS)
       ModelGroupBinding valueGroup = schemaBinding.getGroup(valueGroupQName);
       for(Iterator i = valueGroup.getParticles().iterator(); i.hasNext();)
       {
@@ -285,7 +288,7 @@
             }
          }
       }
-      
+*/      
       // parameter binding
       TypeBinding parameterType = schemaBinding.getType(parameterTypeQName);
       parameterType.setHandler(new DefaultElementHandler()




More information about the jboss-cvs-commits mailing list