I have been searching for a solutions that match with my error, but nothing 
is useful.
My problem is, I have a java code that need to run Save Object to Database, 
and run Engine after that, after Engine done, I need to update my Object 
again.
My Engine took 8-10 mins (at first load, and after that only 2 mins) to 
process, and after that It always return Error "*Unrecognized transaction 
id. Transaction may have timed out and been rolled back*"

I already posted the question at Stackoverflow 
<http://stackoverflow.com/questions/42359901/spring-data-neo4j-4-1-3-unrecognized-transaction-id-transaction-may-have-time>
.

Any solutions for this case?
I have some idea, maybe I can Stop the Transaction Session before running 
Engine and Open it again after Engine done, but I don't know how to use it 
because I use* jpaquery/derivedquery* like 

List<Object> findByObjectId(String id);

void save(Object object);

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to