Author: thomas.diesler(a)jboss.com
Date: 2010-02-04 14:54:41 -0500 (Thu, 04 Feb 2010)
New Revision: 100435
Modified:
projects/jboss-osgi/trunk/testsuite/example/pom.xml
Log:
[JBOSGI-145] JAXB classes are loaded from the system classpath
Exclude the test for jbossmc
Modified: projects/jboss-osgi/trunk/testsuite/example/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/pom.xml 2010-02-04 19:43:44 UTC (rev
100434)
+++ projects/jboss-osgi/trunk/testsuite/example/pom.xml 2010-02-04 19:54:41 UTC (rev
100435)
@@ -290,6 +290,8 @@
<configuration>
<excludes>
<exclude>${target.container.excludes}</exclude>
+ <!-- [JBOSGI-145] JAXB classes are loaded from the system classpath
-->
+ <exclude>org/jboss/test/osgi/example/xml/jaxb/**</exclude>
<!-- [JBOSGI-204] Failure in Bundle.start() uninstalls the bundle
-->
<exclude>org/jboss/test/osgi/example/webapp/WebAppNegativeTestCase.class</exclude>
<!-- Functionality not supported in JBossMC -->
@@ -334,6 +336,8 @@
<configuration>
<excludes>
<exclude>${target.container.excludes}</exclude>
+ <!-- [JBOSGI-145] JAXB classes are loaded from the system classpath
-->
+ <exclude>org/jboss/test/osgi/example/xml/jaxb/**</exclude>
<!-- [JBOSGI-204] Failure in Bundle.start() uninstalls the bundle
-->
<exclude>org/jboss/test/osgi/example/webapp/WebAppNegativeTestCase.class</exclude>
<!-- Functionality not supported in JBossMC -->