Hi,
> where DBUnit does some sort of initializing operations on the database
1. What sort of operations?

2. Does OpenJPA define the database schema for entity tables or DBUnit?

3. Switch on the trace 
     <property name="openjpa.Log" value="DefaultLevel=TRACE"/>
    or 
     <property name="openjpa.Log" value="SQL=TRACE"/>

   and post the trace as well as the error stack trace for the failed test.

4. There is a SQL listener facility in OpenJPA that will let you test which
SQL has been issued by OpenJPA and has been extensively used by OpenJPA's
own test corpus of nearly 3000 tests. Did you consider that as an option? 

-- 
View this message in context: 
http://n2.nabble.com/openJPA-not-working-with-DBUnit....-tp723864p724786.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.

Reply via email to