[ http://issues.apache.org/jira/browse/TORQUE-39?page=all ]
Thomas Fischer updated TORQUE-39:
---------------------------------
Affects Version/s: 3.2
(was: 3.2.1)
> Wrong database name in generated XML schema with jdbc task
> ----------------------------------------------------------
>
> Key: TORQUE-39
> URL: http://issues.apache.org/jira/browse/TORQUE-39
> Project: Torque
> Issue Type: Bug
> Components: Generator
> Affects Versions: 3.2
> Reporter: Thoralf Rickert
>
> 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 contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]