When generating an XML schema from a SQL Schema, the output xml contains a javaname attribute (notice the lowercase "n" in javaname)
The database.dtd defines this attribute as javaName (with a capital 'N') and therefore the XML is not valid. Please change the code in the org.apache.torque.engine.database.model.Table toString() method to output "javaName" instead of javaname, making the output XML valid. Thank you -- To unsubscribe, e-mail: <mailto:turbine-torque-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-torque-dev-help@;jakarta.apache.org>
