Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1-alpha-1
-
Component/s: Web interface
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
The SQL script is in continuum-security-acegi
src/main/resources org.apache.maven.continuum.security.acegi.acl.acegi-acl-derby.sql
This needs to be run against the db when the database is created. I think there's a sql plugin for maven somewhere.
Attachments
Issue Links
| This issue depends upon: | ||||
| CONTINUUM-825 | make AclInitializer read SQL statements from classpath |
|
|
|
I found a plugin repackaging of Ant's SQLExec task in codehaus, sql-maven-plugin. The acegi branch is broken at the moment, so this patch hasn't been tested yet.