Greetings, a week ago I asked about invalidating a entity bean instance from cache. Using the <cache-invalidation>/<invalidation-group-name> I could manage how to invalidate a instance by updating the RW and it invalidates the RO entity bean.
Now, I would like to invalidate all the entity beans instances from cache. I intend to update a big set of records through JDBC, and I would reflect it on all entity beans. I'm searching for something so trivial like this procedure for weblogic: weblogic.ejb.CachingHome myCache = (weblogic.ejb.CachingHome)myHome; myCache.invalidateAll(); Is there something like this on jboss? regards, Pedro Salazar. -- -PS ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
