Re: Isis Security Addon Custom ApplicationUser

2014-12-02 Thread Dan Haywood
On 22 November 2014 at 11:28, Dan Haywood d...@haywood-associates.co.uk wrote: I'll add a wiki page soon, but it'll only have the same info as is in this thread. just wrapping up this thread: see

JDOQL query for none empty

2014-12-02 Thread JohanDoornenbal
 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

Re: JDOQL query for none empty

2014-12-02 Thread Dan Haywood
Hi Johan, should it not be simply ==null (lowercase) ? Dan On 2 December 2014 at 22:09, johandoornen...@filternet.nl wrote: Anybody knows if it is possible to query for none_empty values with JDOQL? @javax.jdo.annotations.Query( name =

Re: JDOQL query for none empty

2014-12-02 Thread JohanDoornenbal
Thanks Dan, You're right.. Mmm its getting late ;-) Hi Johan, should it not be simply ==null (lowercase) ? Dan On 2 December 2014 at 22:09, wrote: Anybody knows if it is possible to query for none_empty values with JDOQL? @javax.jdo.annotations.Query(