[appengine-java] Re: htmlunit

2009-08-21 Thread Marc Guillemot
currently not :-( As far as I know, there are 3 main issues: (1) URLStreamHandler not on white list http://code.google.com/p/googleappengine/issues/detail?id=1384 (feel free to star it) (2) HttpWebConnection not supported as it uses sockets (3) implemenation of JavaScript setTimeout, setInterva

[appengine-java] Load order WEB-INF/classes not always before WEB-INF/*.jar?

2009-10-19 Thread Marc Guillemot
Hi, my application encounters occasionally strange errors that I can only explain by an incorrect load order (Servlet spec specifies that the webapp class loader must load first from WEB-INF/classes and then from WEB-INF/lib/*.jar). Is it possible? For the details: to allow HtmlUnit to work w

[appengine-java] Re: java.lang.NullPointerException cannot be cast to javax.servlet.ServletException

2009-10-19 Thread Marc Guillemot
Hi, any progress on this issue? Is it possible that it comes from a bug in Jasper, not able to recognize RuntimeException occurring in a PrivilegedExceptionAction? // org.apache.jasper.runtime.PageContextImpl public void handlePageException(final Throwable t) throws IOException, ServletE

[appengine-java] Re: Load order WEB-INF/classes not always before WEB-INF/*.jar?

2009-10-19 Thread Marc Guillemot
referring classes in WEB-INF/lib. Can you > reproduce this definitively? For example, check the value of > TheHtmlUnitClassThatYouAreShadowing.class.getCodeSource().getProtectionDomain().getLocation(). > > If you can provide a sample app that shows this behavior, that would be > gre

[appengine-java] Re: java.lang.NullPointerException cannot be cast to javax.servlet.ServletException

2009-10-19 Thread Marc Guillemot
a and it seems to me that the problem still exists there. Cheers, Marc. Don Schwarz a écrit : > Yes, this is: > > https://issues.apache.org/bugzilla/show_bug.cgi?id=31171 > > We need to bundle a later version of Jasper with the App Engine SDK to > fix this. > > On Mon, O

[appengine-java] Re: java.lang.NullPointerException cannot be cast to javax.servlet.ServletException

2009-10-22 Thread Marc Guillemot
t actually. I hadn't looked closely enough at that bug. > > We'll have to get the Jasper guys to fix that and then upgrade. > > Thanks, > Don > > On Mon, Oct 19, 2009 at 10:39 AM, Marc Guillemot <mailto:mguille...@yahoo.fr>> wrote: > > >

Re: [appengine-java] Re: JSONMarshaller on GAE

2010-06-07 Thread Marc Guillemot
Hi François, does the problem occur in unit tests too? Do you custom types? JSONMarshaller has some problems with classloaders and custom types: http://code.google.com/p/jsonmarshaller/issues/detail?id=25 Cheers, Marc. -- Blog: http://mguillem.wordpress.com François wrote: This is happening l

[appengine-java] How active is GAE team in fixing bugs?

2010-06-09 Thread Marc Guillemot
Hi, I wonder how active GAE team is to fix bugs. I see only a very very limited activity in the bugs I've reported and in the numerous ones I've starred. Cheers, Marc. -- Blog: http://mguillem.wordpress.com -- You received this message because you are subscribed to the Google Groups "Google

Re: [appengine-java] How active is GAE team in fixing bugs?

2010-06-14 Thread Marc Guillemot
issue tracker, so we occasionally have to scrub it. It's all a question of balancing priorities. On Wed, Jun 9, 2010 at 12:57 AM, Marc Guillemot <mailto:mguille...@yahoo.fr>> wrote: Hi, I wonder how active GAE team is to fix bugs. I see only a very very limited activi

[appengine-java] Breaking change in data store?

2010-07-08 Thread Marc Guillemot
Hi, yesterday my application worked just fine. Today data isn't reachable with a simple query anymore (data is here, I can find it through the Data Viewer). Here is the exception thrown: Uncaught exception from servlet The primary key for mymodel.JarData is an unencoded strin

Re: [appengine-java] Re: Breaking change in data store?

2010-07-09 Thread Marc Guillemot
ogspot.com/2010/07/upcoming-datastore-downtime.html). It sounds to me like the problems your facing are very much linked to these changes! On Jul 8, 10:39 am, Marc Guillemot wrote: Hi, yesterday my application worked just fine. Today data isn't reachable with a simple query anymore (data