Re: T5 5.0.16 @Paramerter and @Property on same field

2008-11-18 Thread farmand
> Hi, > >[...] > The odd thing is that now we are getting an exception. Does @Parameter > transform a field into a final field now? I don't see any reference to > same in the release notes. [..] I think that a @parameter field is read-only from the component point of view, it's read/write only for

T5 5.0.16 @Paramerter and @Property on same field

2008-11-18 Thread Russell Brown
Hi, With the change in 5.0.16 that means it fails fast if you have both @Property and getter and setter for a field we have removed quite a few @Property annotations as we realize some fields were silently ignoring the existing getters and setters (which sometimes have a tiny bit of logic in).