Re: module muddle

2021-03-16 Thread Mark Thomas
Rob, Thanks for that info. It looks correct to me. You have defined the correct factory for Tomcat's own JDBC pool are you are correctly casting to an instance of a DataSource from that pool. That caused me to go back and take a closer look at your original report. It appears from the class

Re: module muddle

2021-03-15 Thread Rob Sargent
A little late in responding to Mark's questions.  Been on a  short walk-about. On 3/11/21 12:17 PM, Mark Thomas wrote: On 11/03/2021 19:08, Rob Sargent wrote: I've started getting this error, though I've been running fine since days of "localhost" issue help.     class org.apache.tomcat.dbcp

Re: module muddle

2021-03-11 Thread Mark Thomas
On 11/03/2021 19:08, Rob Sargent wrote: I've started getting this error, though I've been running fine since days of "localhost" issue help.    class org.apache.tomcat.dbcp.dbcp2.BasicDataSource cannot be cast to    class org.apache.tomcat.jdbc.pool.DataSource    (org.apache.tomcat.dbcp.dbcp

module muddle

2021-03-11 Thread Rob Sargent
I've started getting this error, though I've been running fine since days of "localhost" issue help. class org.apache.tomcat.dbcp.dbcp2.BasicDataSource cannot be cast to class org.apache.tomcat.jdbc.pool.DataSource (org.apache.tomcat.dbcp.dbcp2.BasicDataSource is in unnamed module of