|
Deploying to MySQL, I am getting the exact same failure...
-
check out 1.0.3 TAG
-
drop MySQL 'unifiedpush' schema
-
create database (no tables!), like discussed in our UPS user guide
-
deploy auth-war and ups-wf.war
Result: No deployment, due to error (e.g. missing table)
I think I am wondering why there is no schema created, when it is a fresh deployment, e.g. an empty database.
In case this error is expected since there are no tables, I would expect a .sql script to create the entire schema.
|