Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Another converter-bug

På fredag 05. juli 2013 kl. 16:20:39, skrev Guy Pelletier <guy.pelletier@xxxxxxxxxx>:
Yes I agree this is a bug and is most likely related to the previous converter bug (from the start Eclipselink is just not handling the generic attribute type correctly).

Unfortunately no, you'll need a descriptor customizer for each entity and in there you can set a converter for each mapping from that entity that requires it.
 
Hm, ok. That's gonna be a lot of code just to map a field, but if it's a temporary work-around I'm OK with it.
I didn't quite manage to get the attribute converted correctly providing a DescriptorCustomizer like you suggested.
 
Could you be so kind and make the test-case in bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=412384 work so I can se how you do it? It's a very small app.
 
Thanks.
 
--
Andreas Joseph Krogh <andreak@xxxxxxxxxxxx>      mob: +47 909 56 963
Senior Software Developer / CTO - OfficeNet AS - http://www.officenet.no
Public key: http://home.officenet.no/~andreak/public_key.asc
 

Back to the top