Ok, found it. PlasticClassImpl is generating invalid setter signatures in createAccessors so any code that uses @Property is choking.
The fact that this only fails in openJDK implementations is interesting since the signature fails to parse in both, but only openJDK uses the invalid signature in the java bean Introspector. https://issues.apache.org/jira/browse/TAP5-1554 Josh On Fri, Jun 17, 2011 at 9:46 PM, Josh Canfield <[email protected]> wrote: > Cool thanks. I'll be surprised if you don't see the problem. I probably did > something Sun JDK specific in the generic services implementation. I'm going > to have some free time next week and I'll investigate deeper. > > On Jun 17, 2011 6:50 AM, "Massimo Lusetti" <[email protected]> wrote: >> On Thu, Jun 16, 2011 at 5:01 PM, Josh Canfield <[email protected]> >> wrote: >> >>> Right, you commented on the user list that you were using 5.2, have you >>> tried with 5.3? I can't get a simple loop to work. >> >> Nope right now I'm using 5.2 ... I'll give a whirl at 5.3 soon, maybe >> during the weekend... >> >> Cheers >> -- >> Massimo >> http://meridio.blogspot.com >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
