Re: [appengine-java] Re: name cannot be null or empty exception

2011-12-28 Thread gitar yang
java.lang. IllegalArgumentException: name cannot be null or empty--this is important,find it 2011/12/28 Anton Mochalin > Seems like the collection ( bloodDonorEmailList ) you create elsewhere > in the code and then use in your query contains null. When querying > against the primary

Re: [appengine-java] Re: name cannot be null or empty exception

2011-12-28 Thread Vik
yup that makes a good sense and seems to be solving my issue. Will update Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org On Wed, Dec 28, 2011 at 1:34 PM, Anton Mochalin wrote: > Seems like the collection ( bloodDonorEmailList ) you create elsewhere > in the code a