Hi, I've just noticed, that in the latest simpleapp (1.15.1) created from archetype there is a file "isis.properties" at two places and it seems that we need them at both:
1. simpleapp\application\src\main\resources\domainapp\application\manifest\isis.properties 2. simpleapp\webapp\src\main\webapp\WEB-INF\isis.properties Additionaly, the second file contains now the database configuration but there is also a file 'simpleapp\application\src\main\resources\domainapp\application\manifest\persistor_datanucleus.properties' where datanucleus configuration is also defined. For me this is confusing and hard to manage because we have now generally speaking three times isis.properties: * two times packaged in the war as desribed and * third time when we use externalized configuration, because ususally we exchange war file but environment-specific configuration is stores separately. What if a single configuration is stored in all three files, which takes precedence? Regs,Vladimir