I have a question, 

I am using Infinispan 6.0 on Weblogic Server 10.3. 
Since I am using TreeCacheAPI , I have to use invocationbatching and transactions. 

I am currently using javax.transaction.UserTransaction 
and calling utx.begin() before put operation and utx.commit after it. 

MY question is do I need to call, utx commands in get operation?