Hello, Does the MarshalledValue solution implie that my POJO will be serialized on put and deserialized on get. If that is true, it would seriously degrade the perfomance as I cache quite large objects.
Norbert: As a workaround you may include the classes in the servers classpath, so the classes do not have to be reloaded. That would mean that the those classes cannot be hotdeployed at all! Norbert: I'd expect you would get the same error if you deploy two ejbs accessing the same instance of TreeCache from 2 different ears using classes that are both loaded by the different classloaders of the 2 applications. Yes I get the same error. // Lars View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846985#3846985 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846985 ------------------------------------------------------- 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=5047&alloc_id=10808&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
