JDV6 ER1 Modeshape contains auth configuration that points to non-existent files (see security domain config modeshape-security). I locally reconfigured it to use teiid-security*properties and the authentication started to work on the jcr/dv repo. This is not blocking issue, as it can be reconfigured by the client.
The ModeShape security domain is configured like this: <security-domain name="modeshape-security"> <authentication> <login-module code="UsersRoles" flag="required"> <module-option name="usersProperties" value="modeshape-users.properties"/> <module-option name="rolesProperties" value="modeshape-roles.properties"/> </login-module> </authentication> </security-domain> and the 2 files are located at: jboss-eap-6.1\modules\system\layers\base\org\modeshape\main\conf. The "conf" folder exported via: <resource-root path="conf"/> in ModeShape's main module.xml Therefore, these files should be accessible (and are present in the kit)
Horia, thanks for the fast and detailed response. You are correct, I must have messed up at some point when running the test.