Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Generating DDL EclipseLink 2.x

I think this stopped working in the new release. It was working fine
before with the following in persistence.xml but not anymore:

          <property name="eclipselink.target-database" value="MySQL"/>
          <property name="eclipselink.target-server" value="SunAS9" />
          <property name="eclipselink.logging.level" value="FINE"/>
          <property name="eclipselink.ddl-generation" value="create-tables"/>
          <property name="eclipselink.application-location" value="C:\temp"/>
          <property name="eclipselink.ddl-generation.output-mode"
value="sql-script"/>

Ideas?


Back to the top