Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] EL pick wrong converter for parameterized type

Hi.
 
I'm experiencing that EL pick the wrong converter. I have a Scala-project where I have converters for Option[Int] and Option[Long] etc. For some reason the OptionIntegerConverter is used where OptionLongConverter should be used.
 
I'm unable to reproduce this on another project.
 
Where in the code is the converters mapped to types, so I can debug and see what's going on?
 
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