[appengine-java] Problem sending zip attachment by email

2011-12-18 Thread Nico Verwer
I am trying to zip a number of HTTP documents, and send these by email as an attachment (one zip-file). There are several questions about similar things on this group and elsewhere, but the problem that I have does not seem to be dealt with. I keep getting javax.mail.SendFailedException: Send f

[appengine-java] Re: unable to send a pdf as attachment in mail

2011-12-18 Thread Nico Verwer
>From other threads in this and other groups / sites, it seems that attachment.setContent() does not work properly. What might work is using a DataHandler: MimeBodyPart attachment = new MimeBodyPart(); attachment.setFileName("whatever"); //attachment.setDisposition(Part.A

Re: [appengine-java] Re: Wicket/JPA application works locally but fails when deployed on GAE

2010-10-05 Thread nico
I am using the lessons learnt for my commercial web site development, > > which is coming along nicely too. > > > > On Oct 3, 9:43 pm, nico wrote: > > > > > Hey! don't use wicket + GAE!!! you will have lot of serialization > problems > > > a

Re: [appengine-java] Re: Wicket/JPA application works locally but fails when deployed on GAE

2010-10-03 Thread nico
Hey! don't use wicket + GAE!!! you will have lot of serialization problems and your project will FAIL! you will lose time and money! bug: http://code.google.com/p/googleappengine/issues/detail?id=2500 Bye! NM On Wed, Sep 29, 2010 at 12:24 PM, Eurig Jones wrote: > You're probably using the