[appengine-java] Re: DataNucleus error on Eclipse plugin windows filename too long

2010-09-27 Thread Marc Hacker
Great - thanks! -- 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...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegro

[appengine-java] DataNucleus error on Eclipse plugin windows filename too long

2010-09-22 Thread Marc Hacker
Help my Mac died and after moving to Win64 my project wont enhance any more: Cannot run program "C:\Program Files\Java\jre6\bin\javaw.exe" (in directory "C:\Users\zvi\workspace\TheGraph"): CreateProcess error=206, The filename or extension is too long I found this thread which implies I might hav

[appengine-java] Re: GAE JavaMail jumbles UTF-8

2010-07-22 Thread Marc Hacker
Please star the issue at http://code.google.com/p/googleappengine/issues/detail?id=3497 On Jul 13, 3:40 pm, Marc Hacker wrote: > Sounds good, thanks for trying, but it didn't help for me :-( > > Also I need a solution for the html body as well... > > Anyone? > >

[appengine-java] Re: GAE JavaMail jumbles UTF-8

2010-07-13 Thread Marc Hacker
t;, "Q")); > > On Jul 12, 9:03 pm, Pieter Coucke wrote: > > > > > I can only confirm I see the same issue when sending e-mail with a German ü > > in the subject.  I haven't found a solution yet. > > > On Mon, Jul 12, 2010 at 3:04 PM, Marc Hacker

[appengine-java] GAE JavaMail jumbles UTF-8

2010-07-12 Thread Marc Hacker
On Google App Engine Java email service, I am trying to send a UTF8 (Hebrew) email subject and body but they arrive (in Gmail) jumbled as �� Here is my code MimeMessage msg = new MimeMessage(session); msg.setSubject(emailSubject, "UTF-8"); Multipart mp = new MimeMult

[appengine-java] GAE static-files Cache-Control=private and caching non-static servlets web.xml expiration

2010-07-11 Thread Marc Hacker
I tried but in fact I see my css file being served with header Cache- Control=private so not cached! Any ideas? Also how to I distinguish (a) cache for 31days unless modified; from (b) cache for 31days without even checking i

google-appengine-java@googlegroups.com

2010-05-02 Thread Marc Hacker
I have property names starting with special characters and when I deploy from eclipse it complains that the index configuration with e.g. is invalid. I tried escaping & for the & but that didn't help either. -- You received this message because you are subscribed to the Google Groups "Google Ap