One way to do this - and this would involve extending or modifying the MC - is 
to replace whatever backing container the MC uses to store beans it creates 
(probably a Map) with an Infinispan Cache.  

This should be trivial since org.infinispan.Cache extends 
java.util.concurrent.ConcurrentMap.

Maybe alesj can comment more on whether this is something viable from a MC 
standpoint.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249370#4249370

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249370
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to