Re: Issue in moving to 1.16.0

2018-01-10 Thread Stephen Cameron
Oops, me doing something silly again, have to do mvn clean and then mvn install in Eclipse to get a valid war On Thu, Jan 11, 2018 at 3:41 PM, Dan Haywood wrote: > This looks like you have a pre-1.16.0 version of AppManifestAbstract on > your classpath. It's

Re: Issue in moving to 1.16.0

2018-01-10 Thread Dan Haywood
This looks like you have a pre-1.16.0 version of AppManifestAbstract on your classpath. It's possible that the IDE and Tomcat load JARs in a different order, so you're getting "jar hell". If you inspect the dependency tree using m2e in Eclipse, do you see any conflicts on the isis-core-applib?

Issue in moving to 1.16.0

2018-01-10 Thread Stephen Cameron
Hi, I can run an App in Eclipse OK, but when I try to install it on a test server in Tomcat i get an error perventing the app starting Caused by: java.lang.NoSuchMethodError: org.apache.isis.applib.AppManifestAbstract.(Lorg/apache/isis/applib/AppManifestAbstract$BuilderAbstract;)V at

Re: [ANN] Apache Isis version 1.16.0 Released

2018-01-10 Thread Johan Doornenbal
Great Dan! Thank you for all your work. Best regards, Johan Doornenbal+31 6 227 666 28 On Tue, Jan 9, 2018 9:02 PM, Stephen Cameron steve.cameron...@gmail.com wrote: Thanks Dan, On Tue, Jan 9, 2018 at 10:36 AM, Dan Haywood wrote: The Apache Isis