Je faisais ma connexion à la bdd avec le web.xml avant et j'ai généré mes entités pour faire ma connexion avec jpa
<persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
<persistence-unit name="TestPU" transaction-type="JTA">
<jta-data-source>java:app/jdbc/test</jta-data-source>
<exclude-unlisted-classes>false</exclude-unlisted-classes>
<properties>
<property name="eclipselink.logging.level" value="FINEST"/>
</properties>
</persistence-unit>
</persistence>
Unable to get connection, DataSource invalid: "java.sql.SQLException: No suitable driver found for jdbc/test"
Une idée ? ![[[sticker:p/1kky]]](https://image.jeuxvideo.com/stickers/p/st/1kky)