I think I have followed what the guide says about this topic in https://github.com/estatio/estatio#building-estatio 1. Edited webapp/src/main/webapp/WEB-INF/persistor.properties with the following lines isis.persistor.datanucleus.impl.javax.jdo.option.ConnectionDriverName=com.mysql.jdbc.Driver isis.persistor.datanucleus.impl.javax.jdo.option.ConnectionURL=jdbc:mysql://localhost:3306/estatio isis.persistor.datanucleus.impl.javax.jdo.option.ConnectionUserName=root isis.persistor.datanucleus.impl.javax.jdo.option.ConnectionPassword=root
2. Added MySQL dependency into "estatio-webapp/pom.xml"3a. Running through Maven : mvn -pl estatioapp/webapp jetty:run3b. Running as a self-hosting JAR : mvn -pl estatioapp/webapp -Dmavenmixin-jettyconsole package and then mvn -pl estatioapp/webapp -Dmavenmixin-jettyconsole antrun:run However each time I stop and run the application the database is back to the default. Basically the instruction I set to use MySQL is being ignored. What am I missing here ? Looking forward to hear from you guys.
