Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

ConversionServiceFactoryBean error in spring-config.xml file

$
0
0

I am using this bean in an application of mine.

The application runs fine but the compiler produces a warning when I am trying to use the list tag :

 

<bean id="conversionService" class="org.springframework.context.support.ConversionServiceFactoryBean">        <property name="converters">            <list>                <bean class="foo.bar.converter.StringToDateTimeConverter"/>            </list>        </property>    </bean>

Viewing all articles
Browse latest Browse all 5661

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>