[ https://issues.apache.org/jira/browse/TORQUE-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Fox closed TORQUE-39. ---------------------------- > Wrong database name in generated XML schema with jdbc task > ---------------------------------------------------------- > > Key: TORQUE-39 > URL: https://issues.apache.org/jira/browse/TORQUE-39 > Project: Torque > Issue Type: Bug > Components: Generator > Affects Versions: 3.2 > Reporter: Thoralf Rickert > Assignee: Thomas Fox > Fix For: 4.0-beta1 > > > In org.apache.torque.task.TorqueJDBCTransformTask#generateXML() is a bug in > line 196. > 195: databaseNode = doc.createElement("database"); > 196: databaseNode.setAttribute("name", dbUser); > This would generate a wrong XML schema <database name="dbUser"> instead of > <database name="databaseName">... -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org For additional commands, e-mail: torque-dev-h...@db.apache.org