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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
