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!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262179#4262179

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262179
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to