Sure but it should be : ant load-extseed create-admin-user-login
which will also include the seed itself and also the background jobs (in
seed-initial) are created.
The create-admin-userlogin should be associated with the new 'SUPER"
security group.
Regards,
Hans
On 06/20/2012 12:26 PM, Jacopo Cappellato wrote:
Hans,
thank you for the great summary; please see my comment below:
On Jun 20, 2012, at 3:39 AM, Hans Bakker wrote:
another problem left:
-----------------------------
./ant seed ext-seed will not load the group security files....so all components
will not be accessible
suggestions for this problem?
I actually didn't look at the details but if in a newly created instance we run
this:
ant load-seed create-admin-user-login
this will load all seed data (including the "super" permission group) only and will also load a
user login; I was thinking that the "admin user" we create using ant could be associated to the
"super" permission group; wouldn't this be enough to log in?
Regards,
Jacopo