It's been a while since I've touched STS or Roo, but with the addition of the reverse engineering feature I thought it was time to take them for another test drive. I need to be able to reverse engineer an existing MySQL database to get going, but seem to be having a bit of trouble.

All I've done is created a new Spring Roo project in STS and set up persistence with the Roo command:
Code:
persistence setup --provider HIBERNATE --database MYSQL --userName root
I then modified the database.properties file and configured the database URL to point to a valid database server.

When I move on to database introspection or reverse engineering, all I get is:
Code:
roo> database introspect --schema test
Unable to get connection from driver
roo> database reverse engineer --schema test
Unable to get connection from driver
I should note that I have installed the MySQL driver addon, so that shouldn't be causing the problem either.

I'm sure that I've probably missed some interim steps here that are preventing me from getting connected, but I haven't been able to figure out what they are. Any help would be greatly appreciated!