[appengine-java] Issue on using Spring MVC framework on GAE.

2009-09-09 Thread xueqiang.mi
Have anyone used Spring MVC framework on GAE? My project runs well on my pc, but after uploading on the GAE server, it doesn't work. A error comes out: Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please report your problem and

[appengine-java] Re: Issue on using Spring MVC framework on GAE.

2009-09-10 Thread xueqiang.mi
le.com/ > The stack trace should be there. > > Loïc > > 2009/9/10 xueqiang.mi > > > > > > > Have anyone used Spring MVC framework on GAE? My project runs well on > > my pc, but after uploading on the GAE server, it doesn't work. A error > >

[appengine-java] Re: Issue on using Spring MVC framework on GAE.

2009-09-11 Thread xueqiang.mi
tor(Boolean.class, new > CustomBooleanEditor(false)); >   binder.registerCustomEditor(Long.class, new CustomNumberEditor(Long.class, > true)); > > } > > - Jason > > > > On Thu, Sep 10, 2009 at 5:00 AM, xueqiang.mi wrote: > > > Thanks. > > The problem I en

[appengine-java] Re: Spring MVC + Sitemesh problem

2009-10-26 Thread xueqiang.mi
I deploy a simple site by using Spring MVC and Sitemesh on the- focus.appspot.com it really works well now, but I spent much time to deploy and debug it before it goes well. On Oct 25, 7:03 pm, Shponter wrote: > Works fine for me too (even with Sitemesh 3). > It took some time and I don't exactl