Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-929

isis-module-security-dom has implicit dependency to fixtures

    XMLWordPrintableJSON

Details

    Description

      importing the security addon module exactly as described here 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:

      <dependency>
        <groupId>org.isisaddons.module.security</groupId>
        <artifactId>isis-module-security-fixture</artifactId>
        <version>0.0.1-SNAPSHOT</version>
      </dependency>

      error observed in security-module 1.6.0-1.7.0-SNAPSHOT

      Attachments

        Activity

          People

            danhaywood Daniel Keir Haywood
            thomaskoren Thomas Koren
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: