I do use a custom class (that extends ArrayList) and it doesn't work either. Seems like the propertyMissing method that is used is always the default Groovy one. Looks like a bug to me, but I'd like to be sure ;)
Jochen Theodorou wrote:
melix schrieb:
> Thanks, but what I'd like is exactly the opposite : in my DSL, I need to be
> able to override the default propertyMissing method. It seems to be
> impossible, but I may be wrong.
does it have to be ArrayList? Cant you use a custom class?