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 "Thomas Fox (JIRA)" <ji...@apache.org> on 2013/04/11 22:43:15 UTC

[jira] [Created] (TORQUE-276) Change semantics of elements attribute of source tag in generator config.xml

Thomas Fox created TORQUE-276:
---------------------------------

             Summary: Change semantics of elements attribute of source tag in generator config.xml
                 Key: TORQUE-276
                 URL: https://issues.apache.org/jira/browse/TORQUE-276
             Project: Torque
          Issue Type: Sub-task
          Components: Generator
    Affects Versions: 4.0
            Reporter: Thomas Fox
            Assignee: Thomas Fox


The elements attributes select the root elements for file generation.
E.g. with the current semantics, elements="database/table" would create files for all table elements in the database root element.
However, this does not work for a typed model, because there the root element has no name. So there, we sould have to write elements="table" or elements="/table"
To have consistenht behaviour across typed and untyped model,s the secoond behavour will be used for both typed and untyped models.

--
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-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org