Re: missing type org.isisaddons.module.togglz.glue.seed.TogglzModuleAdminRole

2015-07-16 Thread Stephen Cameron
Second thoughts, it probably did not have ever work with Isis 1.9. On Thu, Jul 16, 2015 at 10:12 PM, Stephen Cameron steve.cameron...@gmail.com wrote: Hi, I want to create a fixture script and am copying the todoitems examples. However I get the following error when I replace a

Re: missing type org.isisaddons.module.togglz.glue.seed.TogglzModuleAdminRole

2015-07-16 Thread Stephen Cameron
Agreed its apparently not in the classpath, but I can see that the jar is present, namely C:\Users\stevec\.m2\repository\org\isisaddons\module\togglz\isis-module-togglz-glue\1.9.0-SNAPSHOT\isis-module-togglz-glue-1.9.0-SNAPSHOT.jar That is the path copied from Maven dependencies list and the jar

missing type org.isisaddons.module.togglz.glue.seed.TogglzModuleAdminRole

2015-07-16 Thread Stephen Cameron
Hi, I want to create a fixture script and am copying the todoitems examples. However I get the following error when I replace a FixtureScript that worked (modified from the simpleapp demo) with my new one. The org.isisaddons.module.togglz.glue.seed.TogglzModuleAdminRole seems to be present in

Re: missing type org.isisaddons.module.togglz.glue.seed.TogglzModuleAdminRole

2015-07-16 Thread Stephen Cameron
Changing to Java version 1.8 has fixed the problem, sorry to have distracted you. On Thu, Jul 16, 2015 at 11:02 PM, Stephen Cameron steve.cameron...@gmail.com wrote: Agreed its apparently not in the classpath, but I can see that the jar is present, namely

Re: missing type org.isisaddons.module.togglz.glue.seed.TogglzModuleAdminRole

2015-07-16 Thread Martin Grigorov
Hi, The exception looks like you have an entry in your isis.properties that mentions this class but you don't have the class in the classpath. You need https://github.com/isisaddons/isis-module-togglz if you want to use it. If you don't need it then remove it from isis.properties. Martin