-
injection problem
java.lang.IllegalStateException: Cannot convert value of type [org.apache.activemq.ActiveMQConnectionFactory] to required type [javax.sql.DataSource] for property 'dataSource': no matching editors or conversion strategy found
I have no idea why this is happening, why my activemqconnectionFactory is beeing injected on sqlDatasource??? I didnt do that :mad:
any idea? thanks
-
Not without at least a glimpse of your spring config.
A wild guess: you named a bean dataSource that's no dataSource and turned autowiring on.