[appengine-java] question on redeploying from eclipse

2009-08-31 Thread Arun
://flickrexplorer.appspot.com and it always takes quite some time to deploy even if i change only a jsp or a java file. Regards, Arun ps: http://flickrexplorer.appspot.com/ My app lets you view the 500 best flickr photos of any day with their EXIF data --~--~-~--~~~---~--~~ You received

[appengine-java] Re: question on redeploying from eclipse

2009-09-02 Thread Arun
I am not using GWT yet (still learning). next time i will measure the size of file transmitted and then i can get a better picture of whats going on. On Aug 31, 8:50 pm, Jason Parekh wrote: > Hi Arun, > I believe it uploads only the changed files.  Are you using GWT?  If so, the > del

[appengine-java] Queries regarding Google Web Application Project

2010-06-09 Thread arun
Hi all, I am new to Google App Engine. Pls Help me out... 1. How to create servlet for a google web application project in eclipse ide. When i tried to create it there is no option to create it. I have installed the google app engine plugin for eclipse. 2. I tried to print in system console for d

[appengine-java] Netbeans: Unable to Update Log while using Google app Engine

2010-06-10 Thread arun
When i tried to deploy my application it is logging some exceptions as follows: Pls help me out Unable to update: java.net.UnknownHostException: appengine.google.com at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at

[appengine-java] Persisting One To Many relationship entities using JPA

2010-06-12 Thread arun
I am using eclipse IDE with google app engine as my application server. I hav 2 classes trains and cabins which are mapped by OneToMany relationship When i provide the values and after assigning the concerned fields using the setter methods i persisted the train entity. The train entity is corre

[appengine-java] Regarding Using Quartz Scheduler

2010-05-27 Thread Arun kutty
Does Quartz scheduler work with Google App Engine. Google App Engine uses Jetty . I am not sure if this is the issue that is causing the problem or it is because Google App engine has no support for Quartz: I get the following error: org/slf4j/LoggerFactory Caused by: java.lang.NoClassDefFoundEr

Re: [appengine-java] Re: How to create excel file in servlet for google app engine application?

2011-09-06 Thread Arun Ramanujapuram
ent-Disposition", "inline; filename=myfile.csv" ); I know  "text/csv" to be a valid mime-type, but not "application/csv". Thanks, Arun From: Didier Durand To: Google App Engine for Java Sent: Tuesday, 6 September 2011 9:52 AM

[appengine-java] All prices being shown as $0.00 under Billing History

2011-09-26 Thread Arun Ramanujapuram
Hi, All prices are being shown as $0.00 under the Billing History page on the admin. console as of 9:20pm PST. If this is not the correct forum to raise, please let me know. Thanks, Arun -- You received this message because you are subscribed to the Google Groups "Google App Engin

Re: [appengine-java] Re: Datastore Admin

2011-10-12 Thread Arun Ramanujapuram
Even I see this problem occurring - when you click on the Datastore Admin link, nothing shows up. I wonder if it is a bug with the URL (I can see an & immediately after the ?): https://appengine.google.com/datastore/admin?&app_id=XXX&version_id=XXX.

Re: [appengine-java] Re: Slow cold starts

2012-03-09 Thread Arun Ramanujapuram
Even we are finding these slow cold starts, very similar to what Jeff described earlier. Can someone from Google please respond? Thanks, Arun From: Anders Testson To: google-appengine-java@googlegroups.com Sent: Friday, 9 March 2012 7:24 PM Subject: Re

[appengine-java] SMS gateway for Google App Engine

2010-09-14 Thread Arun kutty
I would like to use a SMS gateway for sending SMS's from my application deployed on Google App Engine. Does anyone have any idea about which SMS gateway to use which is compatible with App engine -- You received this message because you are subscribed to the Google Groups "Google App Engine for

Re: [appengine-java] Using the Python bulk exporter tool with a Java application

2010-09-19 Thread Arun Ramanujapuram
Seems like the account credentials you are using to login may not have admin privileges (i.e. should be a valid user/developer account in your app.), or there is some other authentication mechanism (e.g. spring security) that is invalidating the login. Arun

Re: [appengine-java] Implementing custom login

2010-09-26 Thread Arun Ramanujapuram
Spring Security is one good option for custom login implementation. Arun From: Stakka To: Google App Engine for Java Sent: Sat, 25 September, 2010 9:14:00 PM Subject: [appengine-java] Implementing custom login Anyone have tips on how to best implement

Re: [appengine-java] Mutation pool bug?

2011-01-18 Thread Arun Ramanujapuram
Thank you, Stephen. This works. I could not locate this earlier in the mapreduce documentation. Regards, Arun From: Stephen Johnson To: google-appengine-java@googlegroups.com Sent: Sun, 16 January, 2011 1:33:31 AM Subject: Re: [appengine-java] Mutation pool

[appengine-java] Spring 3.0 + Tiles 2.1.4 + GAE

2010-02-04 Thread Arun Shanker Prasad
vAppServerMain.main(DevAppServerMain.java: 89) Thanks, Arun Shanker Prasad. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe f

[appengine-java] Re: Spring 3.0 + Tiles 2.1.4 + GAE

2010-02-08 Thread Arun Shanker Prasad
Hi All, Any suggestions/thoughts/ideas? Stuck at this now.. Thanks, Arun Shanker Prasad. On Feb 4, 4:23 pm, Arun Shanker Prasad wrote: > Hi All, > > I was trying to create a sample spring application with Spring 3.0 > (RELEASE) & Tiles 2.1.4, but I am getting the following erro

[appengine-java] Re: For SSO

2011-10-04 Thread Arun Shanker Prasad
As far as I know this cannot be done. You have to lock your application to a particular domain during registration. On Oct 4, 3:35 pm, VIKASH PATEL wrote: > Hello Friends, > >             I want to implement SSO in my application, > Still i am able to make user log in with particular gmail accoun