Hi guys, first of all, great work in the upcoming version! We are currently using 1.7.0 in production and planning to upgrade to 1.8.0 - since it solves some othes our issues .
Here some first experience we've made with 1.8.0-SNAPSHOT. My approach is usually to checkout the latest simpleapp, run it locally based on that experience adapt e.g. maven dependencies, new settings in our application that works with 1.7.0 We also use simpleapp when trying to reproduce our issues. First experience I've made when launching the naked simpleapp-webapp using eclipse IDE with provided .launch config, is that isis does not recognize any persistent classes and I get next error ################################################ ISIS METAMODEL VALIDATION ERRORS ################################################################ No @PersistenceCapable entities found. (Are the entities referenced by the registered services? are all services registered? did the DataNucleus enhancer run?) Please inspect the above messages and correct your domain model. ################################################ ISIS METAMODEL VALIDATION ERRORS ################################################################ Datanucleus enhancer seems to work see attached log We found a workaround, when adapting isis.properties and putting explicitly the isis.services = dom.simple.SimpleObjects,\ then it works. Trying out with IDEA (the latest one), it works fine without any adaptations, but my team is currently using eclipse. I have some more issues, would come with them if we stuck... Regs,Vladimir
