[jboss-osgi-commits] JBoss-OSGI SVN: r97568 - projects/jboss-osgi/trunk/testsuite/example.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Tue Dec 8 17:11:56 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-12-08 17:11:55 -0500 (Tue, 08 Dec 2009)
New Revision: 97568

Modified:
   projects/jboss-osgi/trunk/testsuite/example/pom.xml
Log:
[JBOSGI-236] XML Binding example fails in JBossAS

Modified: projects/jboss-osgi/trunk/testsuite/example/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-12-08 21:52:02 UTC (rev 97567)
+++ projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-12-08 22:11:55 UTC (rev 97568)
@@ -189,6 +189,8 @@
                 <!-- [JBOSGI-214] Cannot repeatedly register service bound to an interface from the system classpath -->
                 <exclude>org/jboss/test/osgi/example/blueprint/**</exclude>
                 <exclude>org/jboss/test/osgi/example/microcontainer/**</exclude>
+                <!-- [JBOSGI-236] XML Binding example fails in JBossAS -->
+                <exclude>org/jboss/test/osgi/example/jbossxb/**</exclude>
               </excludes>
             </configuration>
           </plugin>



More information about the jboss-osgi-commits mailing list