[JBoss-dev] RE: [JBoss-user] Flushing Cache (For Simone ?)

2001-04-19 Thread Francois Archambault
We don't generate our message from the database but from another application that is actually in VB (This parts is not done yet, but that's how we intend to do it). But I think, there could be a way to do it from the database, but we won't be investigating this solution. By the way thanks to

[JBoss-dev] RE: [JBoss-user] Flushing Cache (For Simone ?)

2001-04-18 Thread marc fleury
That is pretty cool post it to jboss-dev francois, |So we created our own LRUEnterpriseContextCachePolicy class to be able |to passivate beans with JMS messages. We actually call the ageOut |method with the beans key we want to flush by going through the LRUList |obtains from getList() method.