Re: [appengine-java] Re: @Google: Are you working on UserService running with OpenId?

2011-07-14 Thread George Simon K
Hi Daniel, Were you able to figure out Step2 integrated with UserService. Your help greatly appreciated. Thanks George On Thu, Mar 18, 2010 at 6:03 AM, Conor Power wrote: > would be great if you could share your solution with the community ... > > > > On Wed, Mar 17, 2010 at 8:11 PM

Re: [appengine-java] OAuth and google chrome

2012-01-18 Thread George Simon K
Hi Chris, Solution to your problem can be fixed by moving oauthParameters.setOAuthCallback("http://myappengine/connect.jsp";); after oauthHelper.getUnauthorizedRequestToken(oauthParameters); But this is oauth 1.0 not the updated 1.0.a, means you won't receive a verifer id and will have the yellow

Re: [appengine-java] Apache POI spreadsheet autoSizeColumn() throws NoClassDefFoundError

2012-01-29 Thread George Simon K
Hi Mathew, POI uses GAE restricted classes. Please refer to http://code.google.com/p/googleappengine/wiki/WillItPlayInJava Alternate way is to use jxl library. Thanks George On Sun, Jan 29, 2012 at 7:17 AM, Matthew Johnson wrote: > I'm working on an export to XLS service using Apache POI 3.6, a