Adding the -app dependency to webapp/pom.xml helped! But the README doesn't explain such step.
Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Nov 2, 2015 at 10:06 PM, Martin Grigorov <[email protected]> wrote: > Hi devs, > > I'm trying to run the demo app of IsisAddon Security module but both in > IDEA and at command line (mvn antrun:run -P self-host) it fails with: > > Caused by: org.apache.isis.core.commons.factory.UnavailableClassException: > The class 'org.isisaddons.module.security.app.SecurityAppManifest' cannot > be found > [exec] at > org.apache.isis.core.commons.factory.InstanceUtil.createInstance(InstanceUtil.java:94) > [exec] at > org.apache.isis.core.commons.factory.InstanceUtil.createInstance(InstanceUtil.java:39) > [exec] at > org.apache.isis.core.runtime.systemusinginstallers.IsisComponentProviderUsingInstallers.appManifestIfAny(IsisComponentProviderUsingInstallers.java:158) > [exec] at > org.apache.isis.core.runtime.systemusinginstallers.IsisComponentProviderUsingInstallers.<init>(IsisComponentProviderUsingInstallers.java:61) > [exec] at > org.apache.isis.core.runtime.systemusinginstallers.IsisSystemThatUsesInstallersFactory.createSystem(IsisSystemThatUsesInstallersFactory.java:98) > [exec] at > org.apache.isis.core.runtime.runner.IsisInjectModule.provideIsisSystem(IsisInjectModule.java:139) > > org.isisaddons.module.security.app.SecurityAppManifest is in the -app > module which seems to not be referenced by neither -webapp, nor -fixture, > nor -dom. > > How is this supposed to work? > > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov >
