> for inheritance tests , the moment i run the > test the second time, i get a primary key / duplicate key exception.
Hi Karan, the issue you have with the first inheritance test about PK exceptions is due to a failure in tearDown() the first time it was run. This is fixed in JPOX CVS and will be in the next nightly build dated 06/09/2005, meaning that "inheritance1" test will pass (and you won't get any problems with PK exceptions the second time round). -- Andy
