Wrong database name in generated XML schema with jdbc task
----------------------------------------------------------

         Key: TORQUE-39
         URL: http://issues.apache.org/jira/browse/TORQUE-39
     Project: Torque
        Type: Bug

  Components: Generator  
    Versions: 3.2.1    
    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]

Reply via email to