[appengine-java] NullPointerException when storing an array of (key) objects

2010-06-04 Thread Drasko
What is the expected behavior when trying to store an array of objects whit some elements being null? Currently I am getting the following NPE: java.lang.NullPointerException at com.google.storage.onestore.v3.OnestoreEntity $PropertyValue.setStringValue(OnestoreEntity.java:2069)

[appengine-java] Re: is createFederatedLoginURL() working?

2010-05-22 Thread Drasko
/ open.login.yahooapis.com/openid20/www.yahoo.com/xrds"); Any help more than welcome ;-) Draško On May 18, 7:25 pm, Ravi Sharma wrote: > Drasko, > I checked your demo,its great. I found one small problem. For Yahoo and > google it works fine but for AOL and OpenId it go to goole login

[appengine-java] JPQL: Help needed with "App Engine datastore does not support operator org.datanucleus.query.expression.Literal"

2010-05-21 Thread Drasko
developers interested in information exchange or even building some testcases on GAE of needed (JPA) functionality out of our projects. Having an hour on ICQ every two weeks is very little. Thanks in advance Drasko -- You received this message because you are subscribed to the Google Groups "G

[appengine-java] Re: How to use OpenID on the GAE (with the GWT frontend)

2010-05-18 Thread Drasko
I put some stuff on http://super-easy.blogspot.com ... hope it helps. On May 16, 5:13 am, Drasko wrote: > I am a bit slow in creating the GWT part ... but it looks already much > better. > The latest code is running onhttp://super-easy.appspot.com > There will be soon some cont

[appengine-java] Re: is createFederatedLoginURL() working?

2010-05-18 Thread Drasko
quest.add("openid.return_to=http://super- easy.appspot.com"); A working example with the GWT widget to select an OpenID provider is running under the http://super-easy.appspot.com HTH Drasko On May 13, 1:39 am, Robert Lancer wrote: > Me too, some documentation would be helpful. > >

[appengine-java] Re: How to use OpenID on the GAE (with the GWT frontend)

2010-05-15 Thread Drasko
p via my Yahoo account. > > Can you share your example code for this project? > > On May 15, 6:29 am, Drasko wrote: > > > > > And just as I managed to make it working, the new release 1.3.4 got > > released and really got me totally scared as no more federated methods >

[appengine-java] Re: How to use OpenID on the GAE (with the GWT frontend)

2010-05-15 Thread Drasko
same User class and the methods to obtain login and logout redirects ... COOL ;-) The extended "Web Application Starter Project" using a widget to authenticate users via OpenID is available on http://super-easy.appspot.com On May 14, 12:16 pm, Drasko wrote: > I am doing a major

[appengine-java] How to use OpenID on the GAE (with the GWT frontend)

2010-05-15 Thread Drasko
I am doing a major rewrite of a working website. We have chosen GWT and GAE as the target architecture. I would like to complement our propriatory user authentication schema with OpenID. Hence, I was very happy that GAE supports the "federated login". After spending the last 8 hours, I have failed