Re: Generating schema.xml

2013-09-17 Thread Thomas Fox
thanks, I found introduction how to generate from jdbc later on http://db.apache.org/torque/torque-4.0/documentation/orm-reference/ running-the-generator.html I also fixed the docs for the next release so that the information can also be found on

Re: Generating schema.xml

2013-09-16 Thread Mail Membrana
thanks, I found introduction how to generate from jdbc later on http://db.apache.org/torque/torque-4.0/documentation/orm-reference/running-the-generator.html Running generator I get [ERROR] java.lang.NullPointerException at

RE: Generating schema.xml

2013-09-12 Thread Thomas Fox
is there a way to generate schema.xml from existing db schema (this woulb be prefered way) or from existing POJOs (entities)? Yes. For maven, fgenerate the schema from the database using jdbc metadata by: plugin groupIdorg.apache.torque/groupId