You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'java.lang.String' to required type 'org.springframework.core.io.ContextResource'
Juergen, I assigned to you since it was reported against 3.0.5 and doesn't seem to involve the ConversionService. Looks like something to look into for the 3.0.6 work.
Gerr Magnus Mes opened SPR-8383 and commented
For example:
public class SomeBean {
private ContextResource cache;
}
...
<bean id="someBean" class="org.miramax.domain.movies.someBean">
<property name="cache" value="/WEB-INF/tmp"/>
</bean>
...
org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'java.lang.String' to required type 'org.springframework.core.io.ContextResource'
Spring 2.x has no problem with conversion.
Affects: 3.0.5
Referenced from: commits fece2c1, f288060
The text was updated successfully, but these errors were encountered: