At 11:18 13.4.2001 -0400, you wrote:
>Through the other application, I _know_ when the beans are to be
>invalidated... I'd like to inform JBoss of that so that
>all beans are flagged as needing a reload...
>
>Can you suggest something closer to that "spec"? :)

Implement your own cache policy. I'd look into the possibility of extending
the current LRUEnterpriseContextCachePolicy by having it act as JMS queue
consumer and invoke flush() on request. Your non ejb app could then give
"hints" when you want to passivate all your beans.

Better check with Simone if this will work though. He's the cache expert.

-- Juha




_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to