Re: [appengine-java] Re: JSF 2 state saving on server

2011-04-05 Thread Derek Berube
resolved as of GAE 1.4.2. As such, the section of the web.xml in my sample code that talks about having to explicitly identify the JSP expression factory implementation class may no longer be necessary. I hope this helps. Derek On Apr 5, 2011, at 5:55 AM, sgrueter wrote: > Hello

[appengine-java] OAuth signed request still redirects protected URLs to signin page

2010-06-30 Thread Derek Battams
l address, etc. Can I not use auth-constraints in my web.xml when using OAuth only? Help appreciated, Derek -- 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...@go

[appengine-java] what's the best way to upload lots of data into datastore?

2010-04-14 Thread Derek
Hi, I have about half a million rows of static data. What's the best way to upload them into datastore? If I load them into my local datastore first, then upload my app through eclipse. Will the data be uploaded as well? Thanks, Derek -- You received this message because you are subscrib

[appengine-java] Incoming mail handler runs slow

2009-12-30 Thread Derek Battams
I've written an incoming mail handler and it works, that is, it does what I want it to do, but it runs slow, very slow. However, I'm not sure why it's so slow because I'm using the QuotaService to time how long the doPost() method of my email handler servlet is running and it's returning 0.00 CPU

Re: [appengine-java] JSF 2.0.1 on GAE | java.lang.RuntimeException: java.io.NotSerializableException: com.sun.faces.context.flash.ELFlash

2009-12-13 Thread Derek Berube
l:lang="en" lang="en" xmlns:f="http://java.sun.com/jsf/core"; xmlns:h="http://java.sun.com/jsf/html"; xmlns:ui="http://java.sun.com/jsf/facelets";> Example of JSF 2.0 Flash Functionality (Page 2) You

Re: [appengine-java] JSF 2.0.1 on GAE | java.lang.RuntimeException: java.io.NotSerializableException: com.sun.faces.context.flash.ELFlash

2009-12-13 Thread Derek Berube
The reference implementation of the object should be Serializable in order to execute on the GAE platform. It is probably worth filing a bug (https://javaserverfaces.dev.java.net/issues/) with Sun on the matter. Derek On Dec 10, 2009, at 2:18 PM, Sector7B wrote: > Hi, followed the examples below

Re: [appengine-java] Re: JSF 2.0.1 java.lang.ClassNotFoundException: void

2009-11-28 Thread Derek Berube
- http://jsf2template.appspot.com/. Derek On Nov 23, 2009, at 1:55 PM, Alexandre Calvão wrote: > Does anyone have a archetype project for GAE, whith the JSF Working ? > > I could not do this think work. > > Thanks > > > > 2009/11/20 addy.bhardwaj > I had a

Re: [appengine-java] Configuring JSF 2.0 to run on Google App Engine

2009-11-18 Thread Derek Berube
jsf2template.appspot.com. The source code for this project is available from Google code at: http://code.google.com/p/jsf2gae/. Derek Berube Wildstar Technologies, LLC. 1453 Riverview Run Lane Suwanee, Georgia 30024-3890 M: (404) 444-5283 . http://www.wildstartech.com/ On Tue, Nov 17, 2009 at 2:24 AM, Denden

Re: [appengine-java] web.xml version="2.5" is not supported

2009-11-18 Thread Derek Berube
of your web application. Once that is done, modify your web.xml with the following snippet of code: com.sun.faces.expressionFactory com.sun.el.ExpressionFactoryImpl This should make the Unified EL available to your web application. Derek Berube Wildstar Technologies, LLC. 1453 Riverview Ru

[appengine-java] Re: Framework for java/jsp based dev supported by GAE

2009-10-19 Thread Derek Berube
the error code and look for some bugs, but the fix from my previous note should get you going. Derek On Oct 19, 2009, at 2:49 PM, Vik wrote: > Hie Derek > > So here another error i m facing after modifying web.xml. any > suggestions? > >

[appengine-java] Re: Framework for java/jsp based dev supported by GAE

2009-10-19 Thread Derek Berube
the project that was built during the process of documenting the configuration of JSF2 on GAE: http://code.google.com/p/jsf2gae/ Derek On Oct 19, 2009, at 2:49 PM, Vik wrote: > Hie Derek > > So here another error i m facing after modifying web.xml. any > suggestions? > >