[appengine-java] Re: malware detected in 1.6.3 java sdk?

2012-03-01 Thread Sven Busse
Hm, downloading it a second time did not bring up a warning. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/mi2YtIdmkgIJ. To post t

[appengine-java] malware detected in 1.6.3 java sdk?

2012-03-01 Thread Sven Busse
Hi, i just downloaded the Java GAE SDK 1.6.3 and my Anti virus program (Microsoft Essentials) tells me, it detected Malware in the zip file?! Exploit:Java/CVE-2008-5353.WX Allegedly it would be here: appengine-java-sdk-1.6.3.zip.crdownload -> appengine-java-sdk-1.6.3/demos/guestbook/war/WEB-IN

[appengine-java] Re: Browser does not send session cookie back

2012-01-22 Thread Sven Busse
Hi again, ok, i think, i found the problem. Seems, like sessions are not supported across ports. When running on the same port, it works. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit h

[appengine-java] Browser does not send session cookie back

2012-01-22 Thread Sven Busse
hello, i have an html page with JavaScript. It runs on http://127.0.0.1. I have a local GAE run on http://127.0.0.1: I send a request to my local GAE testserver via XMLHTTPRequest. My servlet successfully gets the request, creates a new session via getSession(true) and returns. My client

[appengine-java] Re: Failed to initialize App Engine SDK at ... appengine-java-sdk-1.6.0

2012-01-08 Thread Sven Busse
Me again,* * i could solve the problem by switching the java runtime in eclipse, i now run on the JRE, that comes with the jdk1.6.0_21, that i have installed currently. When having done that, the GAE sdk 1.6.1 "magically" appeared :) -- You received this message because you are subscribed t

[appengine-java] Re: Failed to initialize App Engine SDK at ... appengine-java-sdk-1.6.0

2012-01-08 Thread Sven Busse
Hi, i have a similar problem with the SDK 1.6.1, i skipped 1.6.0. I run Eclipse Helios (3.6) on Windows 7 (64 bit) and Java 1.6. Anyone know, what the problem might be? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view thi

[appengine-java] Re: Upgraded app engine to 1.5.5 in eclipse - local datastore now empty ?!

2011-10-14 Thread Sven Busse
looking into the local_db.bin reveals, the data seems to be still there, but i cannot access it through the local datastore admin and my application neither. I have not changed my app id, as has been the case in another post. -- You received this message because you are subscribed to the Google

[appengine-java] Upgraded app engine to 1.5.5 in eclipse - local datastore now empty ?!

2011-10-14 Thread Sven Busse
Hi, i did some my tests with my app locally today, everything worked (had 1.5.4). Then i got notified in eclipse, that new updates were available (google eclipse plugin, app engine, gwt). Installed the updates, restarted everything, started my app again, local datastore admin shows me nothing an

[appengine-java] Testing incoming mails on local development server

2011-09-13 Thread Sven Busse
Hi, sometimes you want to test incoming mails with attachments or other things on your local development server. The admin console does not allow this currently. I thought, i share a little setup, that i just found, which works quite well for some scenarios. Here for i use - the REST Conso

[appengine-java] Re: receiving mail demo

2011-09-12 Thread Sven Busse
Hi Dom, i have tried your solution, but i am getting a java.lang.OutOfMemoryError: Java heap space error. Did you have that as well? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https

[appengine-java] Setting content-type of iCalendar attachment to "text/calendar; method=REQUEST"

2011-09-09 Thread Sven Busse
Hello, is there a way of setting the content-type of a MimeBodyPart to "text/calendar; method=REQUEST" ? It seems to me, that GAE is not accepting this, but only "text/calendar". But in order for native EMail applications to show the mail as a meeting invitation, "method=REQUEST" is needed. Is

[appengine-java] Ecryption best practices (server side, client side, password handling)?

2010-07-31 Thread Sven
compared to the current implementation (no HTTPs, no encryption). Thanks Sven PS: x-post Google App Engine for Java, Google Web Toolkit -- 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 t

[appengine-java] Creating and storing unique values

2010-07-28 Thread Sven
Dear group, in order to validate the e-mail address entered by a user, I want to create a classic "opt-in"-kind of e-mail which is sent to the user and that contains a link on which the user has to click to validate his address. Part of this link is a unique identifier. I played around with a cou

[appengine-java] Re: Exception since upgrading to 1.2.5

2009-09-11 Thread Sven Haiges
default) @OneToMany(mappedBy="tweet", fetch=FetchType.EAGER) List retweets Thanx for your time, I will update this thread later with the result. Cheerrs Sven On Fri, Sep 11, 2009 at 1:14 PM, datanucleus wrote: > >> Related: why are child objects not aut

[appengine-java] Re: Exception since upgrading to 1.2.5

2009-09-11 Thread Sven Haiges
Related: why are child objects not automatically detached if the parent is detached? Would that not not logical? Cheers Sven On Fri, Sep 11, 2009 at 12:51 PM, Sven Haiges wrote: > Andy, first of all thx for the response. Things begin to make a little > more sense. > > But still ho

[appengine-java] Re: Exception since upgrading to 1.2.5

2009-09-11 Thread Sven Haiges
If you are saying JPA1 does not allow this, it means there is no way for me to make this nice? Cheers Sven On Fri, Sep 11, 2009 at 12:43 PM, datanucleus wrote: > >> I am not sure what you mean. I never detach anything explicitly, so I >> have no idea how to detach anything else. >