[jboss-user] [JBoss Cache: Core Edition] - Re: Error on stage transfer during SessionCache start up

2009-07-27 Thread josey
The clustering seems to work okay in a local setting. But the CacheMarshaller200 class is in the jbosscache-core.jar (jbosscache-core.jar MANIFEST shows version 3.1.0.GA). Should it be in this jar? I am using the jar that came with JBoss AS 5.1.0. | jar -tvf jbosscache-core.jar | grep

[jboss-user] [JBoss Cache: Core Edition] - Re: Error on stage transfer during SessionCache start up

2009-07-24 Thread galder.zamarr...@jboss.com
It appears you're trying to cluster different AS versions since CacheMarshaller200 appears to be in use. AS 5.1 uses JBoss Cache 3.1 and hence should be using CacheMarshaller300 marshaller. Try to create a cluster of AS 5.1 instances in your localhost and see if u see the same issue. View