Problem solved.
Please ignore the unit tests - the problem was something else.
It was due to this:
Oracle converts empty string to null but JPA doesn’t update entity cache correspondingly...
Type: Posts; User: christian@landbo.net; Keyword(s):
Problem solved.
Please ignore the unit tests - the problem was something else.
It was due to this:
Oracle converts empty string to null but JPA doesn’t update entity cache correspondingly...
I am using Roo 1.0.2.
If I call merge() on an entity twice (for instance pressing save button twice in gui) I get a
org.springframework.orm.jpa.JpaOptimisticLockingFailureException:...