Hi David, OpenJPA has the same type of tooling that Kodo used to have. OpenJPA provides the SchemaTool [1]. We also provide a MappingTool [2]. Would either of these help you out?
Kevin [1] http://openjpa.apache.org/builds/1.2.0/apache-openjpa-1.2.0/docs/manual/manual.html#ref_guide_schema_schematool [2] http://openjpa.apache.org/builds/1.2.0/apache-openjpa-1.2.0/docs/manual/manual.html#ref_guide_mapping_mappingtool On Thu, Mar 26, 2009 at 1:16 AM, David Leangen <k...@leangen.net> wrote: > > Hello, > > After making a patch and applying a workaround to the > openjpa-maven-plugin, I am now able to create my schema file. > > http://jira.codehaus.org/browse/MOJO-1324 > http://jira.codehaus.org/browse/MOJO-1325 > > > Now, I may just be dense, but I can't seem to figure out from the > documentation how to commit the schema to my DB... > > I used to use Kodo JDO, and the schema tool would actually make the > changes to my DB. > > If somebody could explain what I'm doing wrong, I'd really appreciate > it! > > > Thank you! > =dml > > > >