1 Reply Latest reply on Dec 30, 2004 6:16 PM by ben.wang

    JBossCache version with JBoss AS 4.0.0

    fredatwork

      I'm wondering what version of JBossCache runs with JBoss AS 4.0.0. I'm also looking for source code of JBossCache for this exact version.

      I run JBoss AS 4.0.0 in the default configuration. I copied the jboss-cache.jar file from the ${JBOSS_HOME}/all/lib directory to the ${JBOSS_HOME}/default/lib directory as well as the ${JBOSS_HOME}/all/jboss-aop.deployer file to ${JBOSS_HOME}/default.

      I also downloaded the JBossCache 1.2 distribution. The jboss-cache.jar file provided by this distribution does not look like to be the same as the one in ${JBOSS_HOME}/all/lib . When I override the ${JBOSS_HOME}/all/lib/jboss-cache.jar withe the jboss-cache.jar file provided by the JBossCache 1.2 distribution, I cannot deploy my replySync-service.xml file anymore.

      Here are my 2 questions :

      1/ What is the version of JBossCache distributed with JBoss AS 4.0.0 ?

      2/ Where can I get the source code of the version of JBossCache jar file bundled with JBoss AS 4.0.0 ? I checkout jboss-cache CVS module and it looks like the java files are not in synch with class files of ${JBOSS_HOME}/all/lib/jboss-cache.jar (when debugging) ?

        • 1. Re: JBossCache version with JBoss AS 4.0.0

          There is a JBoss_4_0_0 tag in cvs that you can get if you want to peruse the code.

          The JBossCache version in 4.0 is about 1.1. I said "about" is because currently cache is not an independent module from AS. There is discussion to separate it out though for easier tracking and packaging in the future.

          -Ben