Hello,
Is there any reasons that in SpringRestGraphDatabase the transaction not supported?
Looking at the SpringRestGraphDatabase code, I see this...
@Override
public Transaction beginTx() {
// return super.beginTx();
return new NullTransaction();
}
--Bahman


Reply With Quote