I have openjpa setup to auto create my tables, and I see openjpa the tables using in my log, but I don't see the create table statements. I have this in my persistenc.xml file

    <properties>
        <property name="openjpa.Log" value="DefaultLevel=TRACE"/>
<property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema(ForeignKeys=true)"/>
    </properties>

I there some other property I need to set?

-dain

Reply via email to