in webapp/src/main/java/domainapp/webapp/application/seed/CustomRolesAndUsers.java [20:24]
protected void execute(ExecutionContext executionContext) {
executionContext.executeChildren(this,
new SimpleModuleSuperuserRole(),
new SvenUser());
}