On Mon, May 31, 2010 at 11:04 PM, Scott Finnie wrote:

Just upgraded plugin and getting build errors:

“error: Inverse is only allowed on reference type properties.”

Have the Composite semantics changed?

This model used to work:

entity Menu {
meals <> List (inverse = Meal.menu)
}

entity Meal {
menu -> Menu
}

…but now fails with error mentioned above.

Submitted by Danny Groenewegen on 1 June 2010 at 19:42

Log in to post comments