You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by "ivano luberti (JIRA)" <ji...@apache.org> on 2009/01/27 13:42:59 UTC

[jira] Commented: (TORQUE-39) Wrong database name in generated XML schema with jdbc task

    [ https://issues.apache.org/jira/browse/TORQUE-39?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667660#action_12667660 ] 

ivano luberti commented on TORQUE-39:
-------------------------------------

Thomas, you just asked me to create here an issue about this matter but it seems somethin that has been already pointed out.
But it is so old you maybe have forgotten about it


> 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
>
> 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.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org