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 Fischer (JIRA)" <ji...@apache.org> on 2006/10/08 23:03:21 UTC

[jira] Resolved: (TORQUE-56) It seems torque generator incorrectly generates XXXMap.java if property torque.subpackageMap is specified.

     [ http://issues.apache.org/jira/browse/TORQUE-56?page=all ]

Thomas Fischer resolved TORQUE-56.
----------------------------------

    Fix Version/s: 3.2.1
       Resolution: Fixed
         Assignee: Thomas Fischer

> It seems torque generator incorrectly generates XXXMap.java if property torque.subpackageMap is specified.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: TORQUE-56
>                 URL: http://issues.apache.org/jira/browse/TORQUE-56
>             Project: Torque
>          Issue Type: Bug
>          Components: Generator
>    Affects Versions: 3.2
>            Reporter: Gustavo Fernandez
>         Assigned To: Thomas Fischer
>            Priority: Minor
>             Fix For: 3.2.1
>
>
> 1. set property torque.subpackageMap = model.map for example
> 2. execute maven ant or maven  to generate the source-code
> 3. examine generated XXXMapBuilder.java files. Look for lines
> "${package}.map.${table.JavaName}MapBuilder";
> (instead of velocity variables package and table you'll see substituted
> values, of course)
> Correct lines should looks like
> "${packageMap}.${table.JavaName}MapBuilder";
> Bug is in Torque templates module, in file
> templates/src/templates/om/MapBuilder.vm
> Best regards

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