[webbeans-dev] Another tck question
Clint Popetz
cpopetz at gmail.com
Wed Jun 3 14:08:07 EDT 2009
I'm just full of them, it seems.
I'm able to get the tck runner to connect to jboss 5.1, but it gets
ClassNotFoundErrors for all the webbeans classes when running tests.
If I run ant in webbeans-build-aggregator/jboss-as, it installs an
artifact from repository.jboss.org, because it's resolving
dependencies like:
org.apache.maven:super-pom:jar:2.0 (selected)
org.jboss.webbeans.integration:webbeans-jboss-int-deployer:zip:5.2.0.Beta2:compile
(selected)
org.jboss.webbeans.integration:webbeans-jboss-int-jboss-ejb:jar:5.2.0.Beta2:runtime
(selected)
org.jboss.webbeans:webbeans-core:jar:1.0.0.PREVIEW1:compile (selected)
org.jboss.webbeans:jsr299-api:jar:1.0.0.PREVIEW1:compile (selected)
which is obviously not what I want. Should I be building my owner
version of webbeans-jboss-int-deployer locally to avoid this?
Flailing,
-Clint
More information about the weld-dev
mailing list