[jbosscache-dev] Testing JBC with the AS profile

Brian Stansberry brian.stansberry at redhat.com
Tue Jul 8 14:35:36 EDT 2008


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.jboss.cache$jbosscache-core/2/testReport/org.jboss.cache.loader/C3p0ConnectionFactoryTest/testSetConfig/

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 at redhat.com



More information about the jbosscache-dev mailing list