[
https://issues.apache.org/jira/browse/CAY-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Gentry closed CAY-1575.
-------------------------------
Resolution: Fixed
Fix Version/s: 3.1M3
3.0.2
Updated the Velocity superclass template used to generate Embeddables.
> 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
> Fix For: 3.0.2, 3.1M3
>
>
> 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