[jboss-user] [JBossCache] - Re: PojoCacheListener does not propagate in a cluster

ben.wang@jboss.com do-not-reply at jboss.com
Thu Mar 8 10:11:25 EST 2007


Sorry to reply late. The change in 2.0 is we use aop interceptor to fire the pojo event, instead of relying on the old Cache event for node deletion and creation, etc. So we need to come up with a way to replicate this to the remote nodes.

A temp workaround may be for you to intercept all the nodes events yourself and determine that your pojo id node has been deleted or added and fire up the events from there. Please note that any node fqn other than __JBossInternal__ is considered your pojo node. So it is deterministics.

Will this help?


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

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



More information about the jboss-user mailing list