You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Michael Gentry (JIRA)" <ji...@apache.org> on 2011/06/02 15:51:47 UTC

[jira] [Assigned] (CAY-1575) Error generating Embeddable classes in Cayenne Modeler

     [ https://issues.apache.org/jira/browse/CAY-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Gentry reassigned CAY-1575:
-----------------------------------

    Assignee: Michael Gentry

> Error generating Embeddable classes in Cayenne Modeler
> ------------------------------------------------------
>
>                 Key: CAY-1575
>                 URL: https://issues.apache.org/jira/browse/CAY-1575
>             Project: Cayenne
>          Issue Type: Bug
>          Components: Modeler
>    Affects Versions: 3.0.1
>         Environment: Linux, OS X, and probably Windows (unverified)
>            Reporter: Michael Gentry
>            Assignee: Michael Gentry
>            Priority: Critical
>
> When generating classes in Cayenne Modeler, the getters for Embeddables are messed up:
>     public void setTimeToFlip(long timeToFlip) {
>         propertyWillChange("timeToFlip", this.timeToFlip, timeToFlip);
>         this.timeToFlip = timeToFlip;
>     }
>     public $classGen.formatJavaType(${attr.Type}) getTimeToFlip() {
>         return timeToFlip;
>     }
> Note that the setter is fine while the getter still has Velocity tokens present.  This will not compile.  I didn't test if this same problem exists using external generation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira