Hi, > Do you want me to share those test cases or is it a simple test on your side to investigate? We prefer Junit test cases from the reporter i.e. you. Most (but not all) test cases in OpenJPA are written using the following guideline [1]. But you are free to write a standalone case deriving from base Junit TestCase. But please use assert*() rather than println() for us to know what exactly the test is expecting.
[1] http://openjpa.apache.org/writing-test-cases-for-openjpa.html ----- Pinaki Poddar Chair, Apache OpenJPA Project -- View this message in context: http://openjpa.208410.n2.nabble.com/Savepoint-issue-with-OpenJPA-tp7581548p7581582.html Sent from the OpenJPA Developers mailing list archive at Nabble.com.
