Hi Ramsey,
any news on the status of the patch? Currently I have a project where those prototypes would fit marvelously. I was really astonished to see that there is no prototype at all for time only attributes in Wonder so this patch is an important addition to Wonder.
jw
Am 22.10.2010 um 04:39 schrieb Ramsey Lee Gurley: Oh, and I forgot to mention, 5.4 branch only.
Ramsey On Oct 21, 2010, at 10:36 PM, Ramsey Lee Gurley wrote: Ok guys,
I've done some work on this and now have working Joda LocalTime, LocalDate, and LocalDateTime prototypes. For any of you who are interested/adventurous, I've put patches to enable this up on JIRA. Feel free to give it a try and see if it works for you. Let me know if you find any bugs or have any suggestions.
Ramsey On Oct 6, 2010, at 2:25 PM, Ramsey Gurley wrote: Ok, I see it.
Thanks,
Ramsey On Oct 6, 2010, at 2:00 PM, Mike Schrag wrote: i THINK it happens in EOAttribute it's like adaptorValueByConverting....Something..Value? On Oct 6, 2010, at 1:46 PM, Ramsey Gurley wrote: On Oct 6, 2010, at 11:57 AM, John Huss wrote: 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
Out of curiosity, where does it do that? What class or classes do the conversion?
Ramsey
|