I just started working with play, and I modified the way I\'m doing a SQL read and I\'m now getting the following error:
[Exception: DB plugin is not registe
Turns out that somehow in the application.conf the line:
dbplugin=disabled
had arisen. Not sure, I know I didn't put it in there, but commenting it out and fixing the remaining config errors in the JDBC Url fixed the problem!