spring-ldap icon indicating copy to clipboard operation
spring-ldap copied to clipboard

Possible ClassCastException when creating ConversionServiceConverterManager

Open Advent51 opened this issue 8 years ago • 0 comments
trafficstars

If GenericConversionService was loaded by WebappClassLoader and thread context classloader is, for example, activemq-osgi classloader, then ClassCastException will be thrown in https://github.com/spring-projects/spring-ldap/blob/master/core/src/main/java/org/springframework/ldap/odm/typeconversion/impl/ConversionServiceConverterManager.java#L45

Advent51 avatar Apr 03 '17 07:04 Advent51