The expression ${db.driver} is getting resolved. But in your actual database
connection definition you have hard coded the driver class name. So the
driver cannot be the problem. From the stacktrace it looks like the schema
name is not getting resolved. It could be because your db.url or username or
password is not getting resolved or is plain wrong. Make sure they are
getting resolved and that you can connect to the database using those
credentials and the url from outside of your build script.

-- 
View this message in context: 
http://old.nabble.com/Ant-%2C-maven-%2C-antrun-%2C-ddlutils-tp27714325p27714459.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to