JBossXB is currently at 2.0.0.CR7, why use a snapshot?
The error message indicates some other problem anyway
since that class has been in JBossXB "forever".
e.g. did you see Alex's comment about Xerces 2.6.1 getting
downloaded by maven instead of 2.9.1?
Looks like a spurious transient dependency to me.
I've fixed a lot of this kind of thing in the MC build
use
mvn dependency:list
and fix them
e.g. Don't let jboss-test choose an older version
of jboss-common-core, etc....
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-test</artifactId>
<exclusions>
<exclusion>
<groupId>jboss</groupId>
<artifactId>jboss-common-core</artifactId>
</exclusion>
<exclusion>
<groupId>jboss</groupId>
<artifactId>jboss-common-logging-spi</artifactId>
</exclusion>
</exclusions>
</dependency>
On Thu, 2008-03-13 at 19:37 +0200, Dimitris Andreadis wrote:
The root AS5 pom.xml refers to jbossxb 2.0.0-SNAPSHOT. The removed
build/build-thirdparty.xml was referencing 2.0.0.CR5 instead.
Do we need to revert? The server fails to start with the snapshot:
18:52:41,578 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/X:/c
vs/jboss-public/jboss-head/build/output/jboss-5.0.0.CR1/server/all/conf/bootstra
p-beans.xml
Exception in thread "main" java.lang.NoClassDefFoundError:
org/jboss/xb/binding/
UnmarshallerFactory
at org.jboss.kernel.plugins.deployment.xml.BasicXMLDeployer.<clinit>(Bas
icXMLDeployer.java:52)
at org.jboss.bootstrap.microcontainer.ServerImpl.doStart(ServerImpl.java
:98)
at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:
398)
at org.jboss.Main.boot(Main.java:209)
at org.jboss.Main$1.run(Main.java:544)
at java.lang.Thread.run(Thread.java:595)
18:52:41,593 INFO [ServerImpl] Runtime shutdown hook called, forceHalt: true
18:52:41,593 INFO [ServerImpl] Shutdown complete
_______________________________________________
jboss-development mailing list
jboss-development(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-development --
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Adrian Brock
Chief Scientist
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx