Bugs item #1038068, was opened at 2004-09-30 14:51
Message generated for change (Comment added) made by starksm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1038068&group_id=22866

Category: Clustering
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: David Boon (davidmboon)
Assigned to: Nobody/Anonymous (nobody)
Summary: batchInvalidate async not possible 

Initial Comment:
InvalidationManager has a bug in
org.jboss.cache.invalidation.InvalidationManager

The batchInvalidate() methods always execute as
synchronous.  This means if we connect to the
InvalidationManager and invoke
batchInvalidate(invalidations, true) it won't be async.

I have attached a version of the InvalidationManager
that allows you to set the async attribute via an mbean
attribute.



----------------------------------------------------------------------

Comment By: Scott M Stark (starksm)
Date: 2004-12-29 12:52

Message:
Logged In: YES 
user_id=175228

All issues have been moved to http://jira.jboss.com. Existing
issues have been moved. New issues will be closed with this
canned reponse.

----------------------------------------------------------------------

Comment By: David Boon (davidmboon)
Date: 2004-09-30 14:53

Message:
Logged In: YES 
user_id=1045592

I added this attribute the InvalidationManager in
cache-invalidation-service.xml

  <mbean
code="org.jboss.cache.invalidation.InvalidationManager" 
         name="jboss.cache:service=InvalidationManager">
    <attribute name="Async">true</attribute>
  </mbean>

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1038068&group_id=22866


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to