Re: Fw: Metamodel validator thinks SQL query is a JDOQL query

2017-12-01 Thread Dan Haywood
Could you raise a ticket for that on JIRA? I think the metamodel validator should simply ignore such SQL query definitions. As a work around, you could try to register a custom metamodel validator, see [1] thx Dan [1]

Fw: Metamodel validator thinks SQL query is a JDOQL query

2017-12-01 Thread Gerrie Myburgh
Hi, I have the following SQL query definition in scala :  @javax.jdo.annotations.Queries(Array( new javax.jdo.annotations.Query( name = "findByDescriptiveName", value = "SELECT " + "FROM domainapp.modules.system.dom.impl.FileObject " + "WHERE

SimpleApp has isis.properites at two places

2017-12-01 Thread Vladimir Nišević
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.