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
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
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
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
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
tener
dispatcher
org.springframework.web.servlet.DispatcherServlet
contextConfigLocation
/WEB-INF/spring/servlet-config.xml
1
dispatcher
/Examp
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
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
; 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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
> 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
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
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
28 matches
Mail list logo