FYI, I got testing JBC core built with the JBossAS dependency set
working on hudson:
http://hudson.qa.jboss.com/hudson/job/jboss-cache-core-2.2.X-jbossas/
It's manually triggered.
A run w/ the latest dependencies configured shows one failure that I
can't imagine is related to the different dependency set:
http://hudson.qa.jboss.com/hudson/job/jboss-cache-core-2.2.X-jbossas/org....
Also, the main dependency set in 2.2.0.CR6 shows this test dependency on
a beta:
<dependency>
<groupId>org.jboss.transaction</groupId>
<artifactId>jboss-jta</artifactId>
<version>4.3.0.BETA2</version>
<scope>test</scope>
</dependency>
The 4.3.0.GA is out, so that can be updated. But, it seems where
JBossTS is published in maven has changed. I used this in the JBossAS
profile:
<dependency>
<groupId>jboss.jbossts</groupId>
<artifactId>jbossjta</artifactId>
<version>4.3.0.GA</version>
<scope>test</scope>
</dependency>
--
Brian Stansberry
Lead, AS Clustering
JBoss, a division of Red Hat
brian.stansberry(a)redhat.com