Quote:
I am using Hibernate 3.1 and JBoss 4.2.1 .We need to configure clustered Environment. I was Used these Jar files
jbosscache.jar
jgroups.jar
jboss-common-core-2.0.4.GA.jar
hibernate-jbosscache2-3.3.2.GA.jar.
You can't mixup random versions of jars; JBoss 4.2.1 is including a specific version of Hibernate; I don't remember the exact version you should look into the manifest file in the hibernate jars, but it's definitely not 3.1 nor 3.3.2.
Use the same version of hibernate-jbosscache2-xx.jar as your other libraries; and looking into the jbosscache package or documentation make sure you use a jboss cache version compatible with the chosen hibernate-jbosscache2, and also check your jgroups library version.
Especially make sure to post on the right forum; this one is intened only for Search, Validator and Shards.