Re: ActiveMQ JDBC persistence with MSSql

2015-09-11 Thread Tim Bain
Can you provide a link to the documentation you're referring to? On Sep 10, 2015 3:52 PM, "mtod" wrote: > Thanks for the quick reply. > > Good catch that resolved the problem. > > I was using the default activemq config and I guess they have not updated > the documentation. > > Mike > > > > > --

Re: ActiveMQ JDBC persistence with MSSql

2015-09-10 Thread mtod
Thanks for the quick reply. Good catch that resolved the problem. I was using the default activemq config and I guess they have not updated the documentation. Mike -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-JDBC-persistence-with-MSSql-tp4701883p4701885.h

Re: ActiveMQ JDBC persistence with MSSql

2015-09-10 Thread Christopher Shannon
The class can't be found because it isn't part of dbcp 2. org.apache.commons.dbcp.BasicDataSource is the package for dbcp 1.x not 2.x Take a look at: https://commons.apache.org/proper/commons-dbcp/apidocs/org/apache/commons/dbcp2/BasicDataSource.html You should be using org.apache.commons.dbcp2.