Details
Description
We upgraded to 2.7.0 and used our previous cuanto-db.groovy file. In that file, we have the Development stanza commented out. This causes Tomcat to not load with the following error:
2010-10-05 11:33:20,655 [main] ERROR bootstrap.BootStrap - No database driver found! Is cuanto-db.groovy in the classpath?
This confused us for a while, as we knew that cuanto-db.groovy worked previously and our mysql jar was correctly located. Then we noticed this message:
2010-10-05 11:33:07,569 [main] INFO spring.BeanBuilder - [RuntimeConfiguration] Configuring data source for environment: development
This seems to come up now and again. It would be better if we can specify which environment to use directly from the cuanto-db.groovy file. That way it'll be more obvious and automatically move from one version of Cuanto to another via the upgrade process.
Oh shoot, this is bad. You'll need a new war. I'll get it out ASAP.