Hi all, Using async_repl with jboss cache 1.0, in a JBoss 3.2.2 cluster.
When I put an object into the cache, the cache svc correctly attempts to replicate the entry to the other node. On the other node, however, when it receives the repl entry, I get a class not found, because it can't find the classloader for the object in the cache: 2004-07-15 07:35:01,620 ERROR [org.javagroups.DefaultPartition] [Thu Jul 15 07:35:01 EDT 2004] [ERROR] RpcDispatcher.handle(): exception= | java.lang.ClassNotFoundException: No ClassLoaders found for: com.frontiercorp.bss.cap.dsl_query.vo.WtnInfo I am deploying the cache service in a SAR, in an EAR, that has a scoped classloader. Is this a supported implementation of cache? Will the svc use the scoped classloader from the EAR? TIA, mike View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842202#3842202 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842202 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
