Yes, go on the jmx-console, find your entity bean container Mbean, and you
will find an invalidate operation. You can call it through jmx.

Cheers,

sacha 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Pedro Salazar
> Sent: mardi, 16. d�cembre 2003 13:11
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] invalidate all entity beans instances 
> from cache (in cluster)
> 
> 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
> 
> 



-------------------------------------------------------
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_id78&alloc_id371&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to