You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-user@db.apache.org by Ludwig Magnusson <lu...@itcatapult.com> on 2009/11/19 18:26:36 UTC

Problem with goal datasql

Hi!

I have a problem with the maven 2 plugin and the goal datasql.

When I run mvn torque:datasql, maven prints:

 

[INFO] XmlToAppData - Parsing file: 'schema.xml'

[INFO] XmlToData - Resolver: used
file:///c:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webap
ps/myproject/torque/schema/torque-data.dtd
<file:///c:\Program%20Files\Apache%20Software%20Foundation\Tomcat%206.0\weba
pps\myproject\torque\schema\torque-data.dtd> 

 

After that, nothing prints and a while later I get a OutOfMemoryError. 

I have specified my data.xml file in <dataXmlFile>

Is there something I am missing or doing wrong?

/Ludwig