Re: Patched MySQL plugin
Re: Patched MySQL plugin
- Subject: Re: Patched MySQL plugin
- From: John Huss <email@hidden>
- Date: Wed, 6 Oct 2010 10:57:17 -0500
didn't 5.4 add adaptorValueConversionClassName in addition to the adaptorValueConversionMethodName that lets you get around that limitation?
ms
You can add this to the list of things that don't work in 5.4. When using the adaptorValueConversionClassName "converts" the value by assigning it to the java.lang.reflect.Method object represented by the conversion method; it doesn't ever invoke the method. And it doesn't even find the correct method because it looks for one with no arguments, which is useless. I guess no one ever tried to actually run that code after writing it.
I'll file a radar.
John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden