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
any idea? thanks



Reply With Quote