Scenario:
1. Put object into PojoCache
2. Start transactio
3. Remove object from pojoCache
4. Start another transactio
5. Get object from pojocache.
Expected reuslt is, that read thread should be locked unitl first thread release
acquired lock on node.
But in PojoCache read operation sucess and result is null!!!!!!!
So, now it's in practice not possible to use pojocache in transactional enviroment
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041313#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...