Another update..

I changed the code (shown at the beginning of this thread) that deletes
records from:

SqlFieldsQuery sqlQuery = new SqlFieldsQuery("delete from EngineFragment 
where " + criteria()); 
fragmentCache.query(sqlQuery.setArgs(criteria.getArgs())); 

to:

_fragmentCache.remove(id);


This code works successfully within a transaction..




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to