2 Replies Latest reply on Apr 22, 2005 7:04 AM by kabirkhan

    Clustering Error

    mauburn

      I ran into a similar error with JBoss 4.0.1sp1 and preview 5 while doing Hibernate caching and query caching (from an earlier forum entry of mine).

      I think there's a version mismatch problem between the JBoss cache version in 4.0.1sp1 and what the Hibernate3 version in preview 5 expects.

      I had to replace the jboss-cache.jar in 4.0.1sp1 (from JBoss CVS) to get it to work - and the other choice is to go entirely to the latest JBoss CVS version, which is what I ended up doing.

      - Mark