[jboss-user] [JBossCache] - Re: Is TreeCache Serializable?

bstansberry@jboss.com do-not-reply at jboss.com
Wed Aug 23 11:04:18 EDT 2006


I'm not sure how this works in other app servers, but within JBoss AS the standard technique for binding a cache in JNDI is via JRMPProxyFactory.  In that case, it's a (serializable) proxy to the cache that gets bound, not the cache itself.

TreeCache doesn't implement Serializable, so for sure some kind of proxy would be needed.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967006



More information about the jboss-user mailing list