Prabhat,
Can you try your tests with your cache configured for READ_COMMITTED instead of
REPEATABLE_READ? Once a tx reads an item from the 2nd Level Cache, Hibernate caches it in
the Session object and doesn't need to go back to the 2LC for that same object. So
there should be no benefit to REPEATABLE_READ.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165111#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...