Look at the Option API, namely at setForceWriteLock method. This will acquire a WL even if you're doing a read. Re:transaction, you can either use the one JBossCache supplies (DummyTransactionManager) or try integrating with another one, e.g. JBossTM.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238320#4238320 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4238320 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
