Thomas Koren created ISIS-929:
---------------------------------
Summary: isis-module-security-dom has implicit dependency to
fixtures
Key: ISIS-929
URL: https://issues.apache.org/jira/browse/ISIS-929
Project: Isis
Issue Type: Bug
Components: Add-ons: Module: Security
Reporter: Thomas Koren
Assignee: Dan Haywood
importing the security addon module exactly as described
[here|https://github.com/isisaddons/isis-module-security#out-of-the-box-configuration]
results in a ProvisionException when launching the WebApp.
the reason seems to be, that the security domain services use fixtures to
create the default admin and user roles.
workaround: adding the following dependency to the webapp module (and providing
the code on the classpath, of course) resolves this issue:
{code:xml}<dependency>
<groupId>org.isisaddons.module.security</groupId>
<artifactId>isis-module-security-fixture</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>{code}
error observed in security-module 1.6.0-1.7.0-SNAPSHOT
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)