Are there anyone who manage to configure Modeshape in JBoss 7.1.1? I am following the guide on the link below but after I unzipped the files to the server and restarted and try to exectue this command:
/extension=org.modeshape:add()
I get:
{
"outcome" => "failed",
"failure-description" => "org.jboss.modules.ModuleLoadException: Error loading module from C:\\Users\\Test\\jboss-as-7.1.1.Final\\modules\\org\\mo
deshape\\jcr\\api\\main\\module.xml",
"rolled-back" => true
}
https://docs.jboss.org/author/display/MODE/Configuring+ModeShape+in+AS7