[appengine-java] Re: Spring Security with GAE - Adding object into HttpServletRequest does not appear to be working

2009-12-26 Thread Bert Peters
What you could do, is check the logs, in your admin panel. They show which error is generated, and at which line. I had a similar problem once, and that helped. On Dec 24, 9:46 pm, sulaimanmra...@googlemail.com sulaimanmra...@googlemail.com wrote: Hi, I've created a GAE web application using

[appengine-java] Re: Eclipse AppEngine Plugin

2009-12-26 Thread Bert Peters
Yes, it certainly could. For every version of eclipse, there is a specific update of the Google Plugin you need. For Galileo, you nee this: http://dl.google.com/eclipse/plugin/3.5 Make sure you've got that one, instead of the 3.4 one or something. On Dec 24, 10:40 am, Ambiency

[appengine-java] Re: Generating QR Codes with ZXing

2009-12-26 Thread mably
Here is my ZXing ByteMatrix to PNG encoder, derived from the PNGEncoder from KeyPoint Software distributed under the LGPL license. It generates GrayScale only PNG bar codes. /* * Copyright (C) 2009 Francois Masurel * * This program is free software: you can redistribute it and/or modify * it

Re: [appengine-java] mail message

2009-12-26 Thread venkat satyanarayana
HI Thank you, i didn't see any setting in the link , can you please tell me setting Thanks venkat On Thu, Dec 24, 2009 at 1:04 PM, venkat satyanarayana nidadavolu.ven...@gmail.com wrote: Hi , i ma tring to send mail with google app engine with java my code : Properties props = new

Re: [appengine-java] Relational Table using JDO

2009-12-26 Thread Sandeep Sathaye
We have build a software product to provide such functionality. You can check it out at http://www.cloud2db.com. On Fri, Dec 25, 2009 at 9:36 PM, Michael Chan hsmc...@gmail.com wrote: You can do some sort of relational mappings between entities but not to the full extend like RDBMS. Have you

[appengine-java] Re: So I found out I can't simulate post in a cron job and pass parameters after ? in URL

2009-12-26 Thread David Chandler
Sounds like you might want to use a simple cron job to insert a task into a task queue. You can easily handle task parameters with Deferred.defer(): http://turbomanage.wordpress.com/2009/11/20/deferred-defer-is-a-thing-of-beauty/ /dmc On Dec 24, 12:43 am, Tb tho...@bertranfamily.com wrote: I

[appengine-java] Re: Spring Security with GAE - Adding object into HttpServletRequest does not appear to be working

2009-12-26 Thread sulaimanmra...@googlemail.com
Hi Bert, Thanks for the response. I've managed to fix the problem by adding some logging to my application and looking to see what came out using the admin panel. The problem was something in my code. The object I was placing into the request was in fact null! Silly error. Thanks for you help.

[appengine-java] Re: Set the Timezone

2009-12-26 Thread George Moschovitis
Thank you I will try this! kind regards, George. On Dec 25, 10:24 am, Yasuo Higa higaya...@gmail.com wrote: Hi George, Is there a way to set the timezone for my application? TimeZone.setDefault(TimeZone.getTimeZone(GMT-8:00)); Have you actually *tested* this on App Engine? Yes.

[appengine-java] jdoql contains method

2009-12-26 Thread zackmac
I'm trying to use the contains method in a query and having some trouble. The query is formatted like this: select from Transactions where userName == 'auser' account == 'anAccount' desc.contains(ing) order by transDate desc, categoryName desc is a column in my Transactions table. Don't

[appengine-java] Time Zone not being set on the Mac

2009-12-26 Thread todd hoff
The time zone doesn't seem to be set correctly on the mac. This same code seems to work on the windows. The example uses PST but I've tried GMT-8 and others and it doesn't seem to matter. It likes UTC. Test case: TimeZone.setDefault(TimeZone.getTimeZone(PST)); System.out.println(NOW= + new

[appengine-java] Re: So I found out I can't simulate post in a cron job and pass parameters after ? in URL

2009-12-26 Thread Tb
Successfully tested! Thanks a bunch! On Dec 26, 8:20 am, David Chandler turboman...@gmail.com wrote: Sounds like you might want to use a simple cron job to insert a task into a task queue. You can easily handle task parameters with Deferred.defer():

[appengine-java] Re: google docs error when trying to retrieve docs in GAE/J

2009-12-26 Thread Lior Harsat
Hi Zack, I has some (bad) experience with the google docs api. there are two options that I know of that might cause the error you see. 1. you have a missing jar in your bin folder. 2. GAE strange behavior I've noticed (not sure If i should call it a bug). I assume you have explorer option one

[appengine-java] Re: Data Nucleus Enhancer Exception

2009-12-26 Thread Lior Harsat
Hi, This happens from time to time on the google app engine eclipse plugin. so If you are using eclipse,clean and build your project. open the enhancer console ( in eclipse) and verify that it ran correctly. Thanx, Lior On Dec 25, 11:33 am, Vik vik@gmail.com wrote: Hie While trying to