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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...