Re: [google-appengine] Re: GWT with GAE Blobstore

2010-05-18 Thread Jaroslav Záruba
Cool! :P Best regards JZ On Tue, May 18, 2010 at 12:24 PM, Perugini wrote: > Thanks Jaroslav. The problem was related to the web.xml file. I have > the exact same CLASSPATH as you. I replaced this > with this: > > http://www.w3.org/2001/XMLSchema-instance"; > xmlns="http://java.sun.com/xml/

[google-appengine] Re: GWT with GAE Blobstore

2010-05-18 Thread Perugini
Thanks Jaroslav. The problem was related to the web.xml file. I have the exact same CLASSPATH as you. I replaced this with this: http://www.w3.org/2001/XMLSchema-instance"; xmlns="http://java.sun.com/xml/ns/javaee"; xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; xsi:schem

[google-appengine] Re: GWT with GAE Blobstore

2010-05-12 Thread Jaroslav Záruba
I have those in my build paths too. Might be the difference is that I'm still using 2.0.2 and 1.3.1...? (I'm sending screenshot of my build paths to your address.) On May 12, 12:54 pm, Perugini wrote: > Thanks Jaroslav. Now I know I have a CLASSPATH problem. I see both GWT > SDK 2.0.3 and AppEngi

[google-appengine] Re: GWT with GAE Blobstore

2010-05-12 Thread Perugini
Thanks Jaroslav. Now I know I have a CLASSPATH problem. I see both GWT SDK 2.0.3 and AppEngine SDK 1.3.3.1 libraries under my project's Java Build Path. Should they be any other place? I am using Eclipse Galileo. On May 11, 6:37 am, Jaroslav Záruba wrote: > I tested the sample code, with no issu

Re: [google-appengine] Re: GWT with GAE Blobstore

2010-05-11 Thread Jaroslav Záruba
I tested the sample code, with no issues at all... JSP > Upload > Serve, image submitted, uploaded, displayed 2010/5/11 Jaroslav Záruba > OK, I'm on it... > > > On Tue, May 11, 2010 at 12:13 PM, Perugini > wrote: > >> Hi Jaroslav, >> >> Could you try the sample code? I believe I have a CLASSPAT

Re: [google-appengine] Re: GWT with GAE Blobstore

2010-05-11 Thread Jaroslav Záruba
OK, I'm on it... On Tue, May 11, 2010 at 12:13 PM, Perugini wrote: > Hi Jaroslav, > > Could you try the sample code? I believe I have a CLASSPATH issue but > I ran out of options. Should I rebuild the whole project? > > Thanks, > > Wilson > > On May 10, 6:02 am, Perugini wrote: > > Hi Jaroslav,

[google-appengine] Re: GWT with GAE Blobstore

2010-05-11 Thread Perugini
Hi Jaroslav, Could you try the sample code? I believe I have a CLASSPATH issue but I ran out of options. Should I rebuild the whole project? Thanks, Wilson On May 10, 6:02 am, Perugini wrote: > Hi Jaroslav, > > Feel free to do it. It's a eclipse project. Also, I got the same error > if I simpl

[google-appengine] Re: GWT with GAE Blobstore

2010-05-10 Thread Perugini
Hi Jaroslav, Feel free to do it. It's a eclipse project. Also, I got the same error if I simply run the GAE sample code unchanged: http://code.google.com/appengine/docs/java/blobstore/overview.html. For some reason eclipse at run time can't find the Blobstore classes. On May 9, 7:17 pm, Jarosla

Re: [google-appengine] Re: GWT with GAE Blobstore

2010-05-09 Thread Jaroslav Záruba
If you have this app as an Eclipse project I might try to run it on my machine. I mean if you ran out of other options... On Sun, May 9, 2010 at 5:48 PM, Perugini wrote: > Anyone? > > On May 5, 9:49 pm, Perugini wrote: > > I am trying to use GAEBlobstorewith GWT. I have changed the sample > > th

[google-appengine] Re: GWT with GAE Blobstore

2010-05-09 Thread Perugini
Anyone? On May 5, 9:49 pm, Perugini wrote: > I am trying to use GAEBlobstorewith GWT. I have changed the sample > they have online: > > http://code.google.com/appengine/docs/java/blobstore/overview.html > > I replaced the jsp page with a GWT page (below). I replaced the call > to "<%= blobstoreSe