RE: Estatio Updates

2016-01-21 Thread Nacho Cánovas Rejón
Ok, we will wait since you can fix it. Thanks! -Original Message- From: Jeroen van der Wal [mailto:jer...@stromboli.it] Sent: jueves, 21 de enero de 2016 9:12 To: users Subject: Re: Estatio Updates Hmm, it's not trivial. The toolchain addition to force the build to use JDK7 fails on

Re: Estatio Updates

2016-01-21 Thread Jeroen van der Wal
Hi Nacho, I will sync our repo with upstream Isis right now, should be there in 30 minutes. On 20 January 2016 at 18:50, Nacho Cánovas Rejón wrote: > Hi. > > > > I watched http://repository-estatio.forge.cloudbees.com/ and there aren’t > been updates since 4 of

Re: Estatio Updates

2016-01-21 Thread Jeroen van der Wal
Hmm, it's not trivial. The toolchain addition to force the build to use JDK7 fails on our Cloudbees CI. Perhaps we should create a separate release profile which enforces the use of JDK7 and disable this profile by default. Will look into this further. On 21 January 2016 at 09:00, Jeroen van der

Emulating left outer joins with JDOQL

2016-01-21 Thread Willie Loyd Tandingan
Hello! I've been trying but couldn't get to emulate a left outer join with JDOQL. Here's the scenario: Person - String name Template - String name - String field1 - boolean otherBunchOfProperties PersonTemplate - Person person - Template template I want to query all Persons along with their

Re: Emulating left outer joins with JDOQL

2016-01-21 Thread Andy Jefferson
> Person > - String name > > Template > - String name > - String field1 > - boolean otherBunchOfProperties > > PersonTemplate > - Person person > - Template template > I want to query all Persons along with their corresponding Template > through PersonTemplate. > Adding the Template property