Internal Website Search

81-90 of 100 resultsRefresh

Attempt to refresh a non managed entity object (error 635)

a rollback. Pretty sure that my configuration is not right. dmoshal David Moshal

Entity has be persistended,but query not fetched?

;       em.getTransaction().rollback();      

Not able to update records

to rollback your transaction, to discard all changes made to the database.  

ClassCastException on closing PersistenceManager

;  this.persistenceManager.currentTransaction().rollback();    }    

NullPointerException while setting a new property value

().rollback(); em.close(); } } 3. The code continues

Removing an entity throws exception

;catch (Exception e) {      em.getTransaction().rollback();    

EntityTransaction.commit() does not release a pessimistic lock

It appears that EntityTransaction.commit() does not release a pessimistic lock -> test code below. I tried it in with the current (2.7.6_01) and older versions (2.6.9, 2.5.7, 2.4.7) with the same result. (side note: EntityTransaction.rollback() releases

Unexpected exception (Error 990)

{ if (transaction.isActive()) { transaction.rollback(); } } "repository" is a Entity in

ObjectDB 2.5.0

support of disabling detachment on rollback in JPA. Added

java 8 LocalDateTime is not working in query

annotation defined in the JPA standard, I get an rollback caused by this exception: