Sorry about that... Jeroen and I noticed that error today, just hasn't got round to pushing the fix.
Yes, adding -app is all that's needed. Thx, Dan On 2 Nov 2015 21:13, "Martin Grigorov" <[email protected]> wrote: > 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 > > >
