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

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] Re: 404 for app thats deployed successfully.

2011-10-10 Thread Manilal K M
On 10 October 2011 21:27, Manilal K M wrote: > On 7 October 2011 16:33, Manilal K M wrote: >> I forgot to add all the configuration files in my earlier email: >> >> WEB-INF/web.xml: >> http://pastie.org/2654599 >> >> WEB-INF/spring/application-config.xml

Re: [appengine-java] Re: 404 for app thats deployed successfully.

2011-10-10 Thread Manilal K M
On 7 October 2011 16:33, Manilal K M wrote: > I forgot to add all the configuration files in my earlier email: > > WEB-INF/web.xml: > http://pastie.org/2654599 > > WEB-INF/spring/application-config.xml > http://pastie.org/2654607 > > WEB-INF/spring/servlet-config.xml

Re: [appengine-java] Re: 404 for app thats deployed successfully.

2011-10-07 Thread Manilal K M
ppreciated. thanks -- Manilal K M : മണിലാല്‍ കെ എം. http://libregeek.blogspot.com -- 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-java@googlegroups.com. To unsubscribe f

Re: [appengine-java] Re: 404 for app thats deployed successfully.

2011-10-07 Thread Manilal K M
tener dispatcher org.springframework.web.servlet.DispatcherServlet contextConfigLocation /WEB-INF/spring/servlet-config.xml 1 dispatcher /Examp

Re: [appengine-java] Automatically increment version number

2011-10-04 Thread Manilal K M
limit. Thank you very much for this information. -- Manilal K M : മണിലാല്‍ കെ എം. http://libregeek.blogspot.com -- 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

Re: [appengine-java] Re: Automatically increment version number

2011-10-04 Thread Manilal K M
web.xml.in > appengine-web.xml > This is just a in-mind-one-liner script, not sure about this particular sed > syntax ;) That's really cool. I will try this and let you know. -- Manilal K M : മണിലാല്‍ കെ എം. http://libregeek.blogspot.com -- You received this message because you are

Re: [appengine-java] Re: Automatically increment version number

2011-10-04 Thread Manilal K M
; and "deploy.password" properties either on a > file at your home directory or as a command line argument. In our build > file, we set the appid and base versions as properties too, giving you full > control when deploying while keeping the defaults to make things easier. > Hope

[appengine-java] Vs: Stable JSF 2.0 and Ajax Configuration on App Engine

2011-08-08 Thread Juha K
Hi, I've managed to use JSF 2 quite well with PrimeFaces. In config files I'm using the configuration for JSF + App Engine found in many tutorials and I'm using Client as state saving method. For libraries I'm using Mojarra-2.1.2-FCS, Primefaces-2-2.RC1-SNAPSHOT and JSTL 1.1. I had problems wit

[appengine-java] Re: 500 errors for: Initialization failed

2011-07-14 Thread Juha K
And I should add that the app is up again. Seems like there were problems starting a new instance for some reason. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com

[appengine-java] Re: 500 errors for: Initialization failed

2011-07-14 Thread Juha K
I can see the same happening with my app too. It was down for couple of minutes, lots of requests coming and getting 500 error. No instances where shown running, every now and then there was 1 instance for 1 request but it died away soon. In the server logs I saw at least this which I haven't

Re: [appengine-java] Why are app instances killed after 9000 requests

2011-07-14 Thread Juha K
Looks like the limit has been raised! Haven't tested yet what is the higher limit but I have an instance with almost 19000 requests so it has been more than doubled, at least. Good news! -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" g

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] Why are app instances killed after 9000 requests

2011-07-09 Thread Juha K
Thank you! This is very good news, and gives motivation to optimize the code to run fast :) -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine

Re: [appengine-java] Why are app instances killed after 9000 requests

2011-07-07 Thread Juha K
Thank you! I didn't know about this and tried to search (also on these forums). In my production app I get instance restart every 6 minutes, that's 10 times per hour! I think I should "de-optimize" my code to run slower to make GAE to use more instances with my current load, so my users wouldn

[appengine-java] Why are app instances killed after 9000 requests

2011-07-01 Thread Juha K
Hi, I've been testing possible memory leak in my app using JDO. I created a small app with two servlets, the other servlet creating one small JDO entity and the other servlet creating an entity with Objectify. Running the test with JMeter I've realised the memory usage grows quite a bit when us

[appengine-java] Re: jsf view id's expire too quick

2011-06-19 Thread Juha K
Hi, I've also seen similar errors and I'm not sure why. Using JSF 2 it happens quite often for ajax requests. I also have another issue and I'm not sure if it's related to the same problem. The other issue is with jsf session beans. If you're using client-side state saving and set some value to

Vs: Re: Vs: Re: Vs: Re: [appengine-java] Should JDO use be synchronized in threadsafe=true application?

2011-05-16 Thread Juha K
The datanucleus issue has a comment "Then, when my tasks run in parallel, initialisation has already been done and the problem doesn't appear any more.", so before the threadsafe property, only tasks were run in parallel. Probably that's why I didn't see this error before, I didn't have tasks d

Vs: Re: Vs: Re: [appengine-java] Should JDO use be synchronized in threadsafe=true application?

2011-05-16 Thread Juha K
Based on your experience it seems to be that the problem is in the access to PersistenceManagerFactory.getPersistenceManager()? If your PMF-class fixes the problem, then it seems that call to getPersistenceManager() should be synchronized in multithreaded apps. Can anyone confirm this? I found

Vs: Re: [appengine-java] Should JDO use be synchronized in threadsafe=true application?

2011-05-13 Thread Juha K
> use the factory method? > > Ikai Lan > Developer Programs Engineer, Google App Engine > Blog: http://googleappengine.blogspot.com > Twitter: http://twitter.com/app_engine > Reddit: http://www.reddit.com/r/appengine > > > > On Thu, May 12, 2011 at 1:47 AM, J

[appengine-java] Vs: This application does not exist (app_id=u'application-id').

2011-05-13 Thread Juha K
java.io.IOException: Error posting to URL: > https://appengine.google.com/api/appversion/create?app_id=vph-epr > &version=6& > > *But*, it's exist now. http://vph-erp.appspot.com > > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java

[appengine-java] Should JDO use be synchronized in threadsafe=true application?

2011-05-12 Thread Juha K
I've been running an application successfully for some time on the app engine. During last week I've couple of times tried enabling threadsafe in my app. It seems to randomly cause issues with retrieving or storing data with JDO. What I see when I start to get these issues is this (I've replaced

[appengine-java] Sharding and managing very often updated variable.

2010-07-27 Thread k'
Hello there, I'm new to App engine and I would like to know what would be the best strategy to solve this problem: You have one record in DB that represents pool of available enemies in the game which is shared by all clients i.e. clients starts his game and he gets some enemies from pool. When he

[appengine-java] ResourceBundle - Default language without using ResourceBundle.Control

2010-01-10 Thread K
Hi all, I am trying to make en_US as the default locale, and when user requests a language that is not supported, ResourceBundle will default back to en_US. After some Googling, I found the following tutorial from Sun that covers my need: http://java.sun.com/docs/books/tutorial/i18n/resbundle/co

[appengine-java] Re: thanking uuuuuuuuu

2009-11-09 Thread raju k
> THANK U SO MUCH ASHEN --~--~-~--~~~---~--~~ 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-java@googlegroups.com To unsubscribe from this group, s

[appengine-java] Re: thanking uuuuuuuuu

2009-11-09 Thread raju k
THANK U SO MUCH --~--~-~--~~~---~--~~ 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-java@googlegroups.com To unsubscribe from this group, send emai

[appengine-java] thanking uuuuuuuuu

2009-11-03 Thread raju k alias (billa)
Thank for the java version Is there any plugin for netbeans IDE --~--~-~--~~~---~--~~ 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-java@googlegr