Hi Johan, should it not be simply "==null" (lowercase) ?
Dan On 2 December 2014 at 22:09, <[email protected]> wrote: > > > Anybody knows if it is possible to query for none_empty values with JDOQL? > > > @javax.jdo.annotations.Query( > > name = "allDemandProfiles", language = "JDOQL", > > value = "SELECT " > > + "FROM > info.matchingservice.dom.Profile.Profile " > > + "WHERE demandProfileOwner != Null") > > Does not work... > >
