Re: Weird problem with ERXGenericRecord

2017-04-03 Thread Markus Ruggiero
Thanks a lot. There is so much buried in those frameworks and many things are realy obscure in themselves ---markus--- > On 2 Apr 2017, at 01:35, Ricardo Parada wrote: > > Hi Markus, > > I ran into that problem before with a restricting qualifier in one of our > entities. I fixed it by doin

Re: Weird problem with ERXGenericRecord

2017-04-01 Thread Ricardo Parada
Hi Markus, I ran into that problem before with a restricting qualifier in one of our entities. I fixed it by doing what Fabian suggested. Ricardo > On Apr 1, 2017, at 2:18 AM, Fabian Peters wrote: > > Hi Markus, > > To me it looks like you're getting bitten by the > "applyRestrictingQuali

Re: Weird problem with ERXGenericRecord

2017-03-31 Thread Fabian Peters
Hi Markus, To me it looks like you're getting bitten by the "applyRestrictingQualifierOnInsert" feature: ## Specifies that you want restricting qualifiers "applied" to your newly ## inserted objects. For instance, if you have an entity that is part of ## single table inheritance and your restri

Weird problem with ERXGenericRecord

2017-03-31 Thread Markus Ruggiero
In a large project we have used "extends EOGenericRecord" in our _Entity.java templates. Just recently we wondered why (probably just an oversight) and changed that to "extends ERXGenericRecord". Don't see any reason why this should not work. One of our entities (ElectronicDocument) in the eomo