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 "Georg Kallidis (Jira)" <ji...@apache.org> on 2021/11/17 15:58:00 UTC

[jira] [Commented] (TORQUE-360) Class hierarchies doesn't work properly when the subclass go into om's sub-package

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

Georg Kallidis commented on TORQUE-360:
---------------------------------------

Check [this revision|https://svn.apache.org/viewvc?view=revision&revision=1895112] and the changes in schema.xml, e.g. by running:
{code:sh}
mvn integration-test -Pcompile-generated-sources
{code}
Related e-mails in [user-torque|https://lists.apache.org/thread/j90wys442lzgjshk0b55ll7kx23xrm89] in [torque-user-ist|https://lists.apache.org/list.html?torque-user@db.apache.org].

> Class hierarchies doesn't work properly when the subclass go into om's sub-package  
> ------------------------------------------------------------------------------------
>
>                 Key: TORQUE-360
>                 URL: https://issues.apache.org/jira/browse/TORQUE-360
>             Project: Torque
>          Issue Type: Bug
>          Components: Generator
>    Affects Versions: 5.0
>            Reporter: Youngho Cho
>            Priority: Minor
>
> I would like to put the subclass into om.attribute package.
> class="B" extends="A" generate into om package well.
> It works well.
> But I would like to separate the package.
> class="attribute.B" extends="A" generate into om package but the class name is 'attribute.B' not 'B'
> class="attribute/B" extends="A" generate into om/attribute folder but the class name is 'attribute/B' not 'B' and package name is om
>  
> Thanks,
> Youngho



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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