[appengine-java] storing utf-16 in the GAE datastore

2011-01-20 Thread Brother
I am receiving UTF-16 characters I must register in the database. Right now, it seems to convert into UTF-8. I am using JPA+annotation Any help appreciated -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send

[appengine-java] Latency on email service with yahoo emails?

2010-12-01 Thread Brother
I have created an application that makes use of the JavaMail API and Mail service (for receiving mails). When I send an email to a Google address, everything is getting processed instantly (sending and receiving a mail). When I send an email to a yahoo account, it may take 1-2 minutes before I get

[appengine-java] Local Error when using URLFetchService

2010-09-07 Thread Brother
I have upgraded to the latest appengine and get this error: java.security.AccessControlException appengine-agentruntime.jar I have been using URLFetchService within one custom library I am importing. I need to add the appengine api jar in the war lib directory to avoid a class not found

[appengine-java] securing REST endpoints

2010-04-28 Thread Brother
Hi, I have deployed a Java based application on the App Engine using RESTEasy to protect the endpoints. I would like to secure the access of such endpoints. What are the supported features in App Engine to do so? Thanks B -- You received this message because you are subscribed to the Google