Re: Can't Find mySQL connector

2024-08-18 Thread Benoit TELLIER
External jars is specific to guice and would not apply for spring which relies on other folders. See this example for custom JDBC drivers with guice james-jpa:  https://github.com/apache/james-project/blob/master/server/apps/jpa-app/docker-compose.yml   --  Best regards, Benoit TELLIER Genera

Can't Find mySQL connector

2024-08-16 Thread Jerry Malcolm
I downloaded 3.8.1 JPA-Guice zip and installed it on an AWS linux EC2.  I downloaded the latest mySQL JDBC connector and put the jar in external-jars.   When I start up James, I get several exceptions saying it can't find com.mysql.cj.jdbc.Driver.  I tried moving the connector jar into james-se