[jboss-user] [JBoss Cache: Core Edition] - Re: org.jboss.cache.TreeCache and JBoss cache > 1.4.1
roberto
do-not-reply at jboss.com
Tue Dec 23 10:32:39 EST 2008
when a war has the "distributable" attribute, the org.jboss.web.tomcat.service.session.JBossCacheManager class is used (defined in the jboss4.2.2//deploy\jboss-web.deployer\META-INF )
This class invoke the JbossCacheService, that invoke CacheListener, that invoke....
I believe that this class (or a called one) was deployed to work only with JBoss Cache 1.4.x and so it try to instantiate the org/jboss/cache/TreeCacheListener but under jbosscache 3.0.1 it doesn't exists...
Someone know how to fix it ?
There is same workaround?
Or is really impossible to use Jboss Cache 3.0.1 under JBoss AS 4.2.2 having a distributable web archive?
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198320#4198320
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198320
More information about the jboss-user
mailing list