I was looking at the JpaTest test cases today that Dain recommended
yesterday, and noticed that there were a couple of asserts that were
commented out and marked with "FAILS" in the newDeleteNew() method. As
an experiment, I updated the build to OpenJPA 1.1.0, and enabled those
tests. They now pass on the most recent version of OpenJPA.
I suspect we might want to consider upleveling OpenJPA now. This would
allow some code in the CMP container that implemented a work-around for
this bug to be removed (it appears to be working without it). Some of
the other workarounds since as marking the fields that OpenJPA adds as
transient might also be removable.
Rick