Hi,

For unit tests i like to set the following property in the persistence.xml file:

<properties>
<property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema(SchemaAction='dropDB,add')" />
</properties>

This works for Derby and Oracle but it doesn't work for MaxDB.

I looked at:
http://openjpa.apache.org/builds/1.0.2/apache-openjpa-1.0.2/docs/manual/ref_guide_dbsetup_dbsupport.html

So it looks like schema generation is not supported for MaxDB.
Is it planned for JPA, especially for a 1.2.x?



Reply via email to