0 Replies Latest reply on Oct 26, 2009 9:26 AM by quicksilver

    JBoss Cache - For Replication, Do i need objects in classpat

    quicksilver

      I have JBoss 3.2.1 running under Weblogic 10.3.

      I noticed that my async replication was not working the other day, so i switched to sync..

      I've noticed is that i get some sort of JGroups ClassNotFound error when the replication is occurring from one server to the other.

      It will mention the classname it is trying to transfer, and say that it could not find it.

      The way i solved it was by including my-product-lib.jar on the classpath so that JGroups could see it.

      Thing is, this causes other issues, because i am including it on the server classpath, so Weblogic now has 2 copies of the objects. One in my-product-lib.jar and the other in my-product.ear.

      What is the correct way to configure replication so that the Objects are visible to JGroups/JBoss Cache, but not taking over the rightful place of the objects from my EAR file?

      Thanks in advance for any help!