[appengine-java] Re: User authentication in App engine with android.

2012-03-22 Thread Patrick Jackson
I am trying to do exactly this. Did you ever find a solution? I thought I would be able to pass the auth cookie in the header of the request from android and be able to access the User Service, however I aways get user==null. I have posted a question on stackexchange : http://stackoverflo

[appengine-java] Javadoc missing in Google plugin for Eclipse

2011-07-18 Thread Patrick
Hello, I'm using Google plugin for Eclipse 3.6, and Javadoc is missing for many classes: servlet, Cache, Json, etc. Did I miss something? Is it a config problem? Thanks, Patrick -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java&

[appengine-java] App engine connected android project

2011-05-13 Thread Patrick Jackson
tastore object. It has fields for authToken and c2dmUrl. The authToken has a token, however the c2dmUrl is NULL. I suspect this is where my problem lies, but not sure how to fix it. Thanks Patrick -- You received this message because you are subscribed to the Google Groups "Google App

[appengine-java] GAE and google checkout notifications

2011-04-28 Thread Patrick Jackson
I'm just having problems getting the custom order processing tutorial to work. Has anyone had luck with this? I get the following errors from the server: Error for /myapp java.lang.NoClassDefFoundErr

[appengine-java] Re: Google checkout and GAE

2011-04-28 Thread Patrick Jackson
I'm just having problems getting the custom order processing tutorial to work. Has anyone had luck with this? I get the following errors: Error for /myapp java.lang.NoClassDefFoundError: com/google/

Re: [appengine-java] Re: cost effective way to store PDF and word docs in datastore / blobstore service

2010-12-24 Thread Patrick Twohig
Just because billing is enabled that doesn't mean that you are billed for using it. It just uncaps your quotas beyond the free amount. Merry Chrismas! Sent from my G1 phone. On Dec 24, 2010 8:21 AM, "dreamer" wrote: This is what I found in documentation " Note: The Blobstore API is only availa

[appengine-java] maven-gae-plugin

2010-12-23 Thread Patrick Twohig
Hi, I was having difficulty debugging my application using Maven plugin for App Engine. As soon as I connect the debugger the process stops. Is anybody else experiencing this issue? Or, alternatively, is there any other means to get maven+gae+eclipse and the debugger working? Thanks, Patrick

[appengine-java] Re: Cannot get JPA to work - Yes I'm bad

2010-11-03 Thread Patrick
I'm using JDO now. Everythings ok On Nov 3, 2:04 pm, Patrick wrote: > So I'm trying to set up a REST server and I want to use JPA for > persistence. > > But when I my app I get this error: > > javax.persistence.PersistenceExcepti

[appengine-java] Cannot get JPA to work - Yes I'm bad

2010-11-03 Thread Patrick
So I'm trying to set up a REST server and I want to use JPA for persistence. But when I my app I get this error: javax.persistence.PersistenceException: Provider error. Provider: org.datanucleus.store.appengine.jpa.DatastorePersistenceProvider at javax.persistence.Persistence.createFactor

Re: [appengine-java] Signing into multiple Apps Simultaneously

2010-06-22 Thread Patrick Cornelißen
which is not allowed by the terms of service. -- Mit freundlichen Grüßen, // Bye, Patrick Cornelißen http://www.openprojectguide.org http://www.pcornelissen.de http://code.google.com/p/gloudy/ -- You received this message because you are subscribed to the Google Groups "Google App E

Re: [appengine-java] Re: Can't delete blob in blob viewer

2010-05-26 Thread Patrick
Hi I think this is a known issue, since I posted the question I did some searching and found an issue documenting this happening to alot of people Patrick On May 26, 2010, at 5:39 PM, Erich wrote: I'm getting this as well. I was deploying my app when I went to the blobview

[appengine-java] Can't delete blob in blob viewer

2010-05-25 Thread Patrick Brown
Hi If I attempt to delete a blob from the Blob Viewer I am redirected to a page that just says Server Error, a server error has occurred. Is this working for you all? Thanks, Patrick -- You received this message because you are subscribed to the Google Groups "Google App Engine for

[appengine-java] Re: Upload to Blob Storage from Silverlight 4

2010-05-25 Thread Patrick Brown
Hi I found a solution to this issue, if there is any interest out there I can write something up on what I did. Thanks, Patrick On May 19, 4:36 pm, Patrick Brown wrote: > Hi > >    I just noticed something interesting - on the dev server if I can > see my __BlobUploadSessio

[appengine-java] Is there a way to request support

2010-05-25 Thread Patrick Brown
Hi Is there a way to request technical support other than this forum? Thanks, Patrick -- 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 u

Re: [appengine-java] Error in store BLOBS at GAE

2010-05-24 Thread Patrick Brown
Hi What does your web.xml look like? Thanks, Patrick On Sun, May 23, 2010 at 11:37 PM, Tianshu wrote: > hello, > i'm a student from Temasek poly of Singapore. within one of my > project. i want to use blob to store some files like pictures, > documents. > because of i

Re: [appengine-java] SDK 1.3.4 released!

2010-05-19 Thread Patrick Brown
in. Let me know if you want me to try anythign though. Patrick On Wed, May 19, 2010 at 5:12 PM, Ravi Sharma wrote: > In my folder D:\library\appengine-java-sdk-1.3.4, i have following folders > bin > config > demos > docs > lib > src > and few files > > > > &g

Re: [appengine-java] SDK 1.3.4 released!

2010-05-19 Thread Patrick Brown
Hi I saw this problem when I installed, the sdk was actually in a sub folder of appengine-java-sdk-1.3.4, after moving it out it worked well. Is this your issue also? Thanks, Patrick On Wed, May 19, 2010 at 4:38 PM, Ravi Sharma wrote: > I Downloaded the SDK and tried to create SDK 1.

[appengine-java] Re: Upload to Blob Storage from Silverlight 4

2010-05-19 Thread Patrick Brown
e the __BlobUploadSessions__, it appears that they are not being created successfully and that is maybe what is "Not found" Thank you, Patrick On May 19, 3:58 pm, Patrick Brown wrote: > Hi > >    Sorry to reply to my own message but I am a bit stuck for now, has > anyone done anything simi

[appengine-java] Re: Upload to Blob Storage from Silverlight 4

2010-05-19 Thread Patrick Brown
Hi Sorry to reply to my own message but I am a bit stuck for now, has anyone done anything similar or have any pointers on where I should research? Thanks, Patrick On May 17, 2:13 pm, Patrick Brown wrote: > Hello > >    I have a silverlight application hosted in my Index.html page

[appengine-java] Upload to Blob Storage from Silverlight 4

2010-05-17 Thread Patrick Brown
hould say, I am very new to all of the technologies I am using here so I am sorry if my description is a bit rough. Thank you for your time and ideas. Patrick public void doPost(HttpServletRequest req, HttpServletResponse resp) throws IOException { log.info("Post attachment star

Re: [appengine-java] Re: gae with spring 2.5.6 , jpa and maven problem

2010-05-16 Thread Patrick Cornelißen
are working on it. http://code.google.com/p/googleappengine/issues/detail?id=1296 -- Mit freundlichen Grüßen, // Bye, Patrick Cornelißen http://www.openprojectguide.org http://www.pcornelissen.de http://code.google.com/p/gloudy/ -- You received this message because you are subscribed to the Google Groups

Re: [appengine-java] one project access classes in another project in same account

2010-05-04 Thread Patrick Cornelißen
that this is allowed, as different GAE apps are not allowed to act as one app and this is really going into that direction. So I think it's technically possible, but not allowed. -- Mit freundlichen Grüßen, // Bye, Patrick Cornelißen http://www.openprojectguide.org http:/

Re: [appengine-java] setting mail sender address to Google apps address

2010-05-03 Thread Patrick Cornelißen
ion, or the email address of the current signed-in user (the user making the request that is sending the message)." This also applies for the Java api. -- Mit freundlichen Grüßen, // Bye, Patrick Cornelißen http://www.openprojectguide.org http://www.pcornelissen.de http://code.google

Re: [appengine-java] online exam

2010-05-03 Thread Patrick Cornelißen
chniques should be already in the example, so you can directly play around with it. -- Mit freundlichen Grüßen, // Bye, Patrick Cornelißen http://www.openprojectguide.org http://www.pcornelissen.de http://code.google.com/p/gloudy/ -- You received this message because you are subscribed to the Goog

[appengine-java] Re: Classloader that uses datastore as backend?

2010-05-03 Thread Patrick Cornelißen
Hi! It looks like this mail didn't got through, please ignore this repost if the original has already reached you. Am 25. April 2010 15:08 schrieb Patrick Cornelißen : > Hi! > > I have just subscribed to this list, so please be gentle. ;-) > > I am trying to build a po

Re: [appengine-java] Re: Writing to a local file in development environment

2010-04-28 Thread Patrick Cornelißen
ams for direct streams etc. Have you tried that? -- Mit freundlichen Grüßen, Patrick Cornelißen http://www.openprojectguide.org http://www.pcornelissen.de http://code.google.com/p/gloudy/ -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java&

Re: [appengine-java] Re: Writing to a local file in development environment

2010-04-27 Thread Patrick Cornelißen
Hi! 2010/4/27 Jaroslav Záruba > On Apr 27, 7:39 pm, Patrick Cornelißen > wrote: > > You could also start a dedicated tomcat > > yes, the workaround here is easy... but so far i'm looking for a > solution, also i "must!!!11" know why this is not working

Re: [appengine-java] AJAX on Google App Engine using JAVA

2010-04-27 Thread Patrick Cornelißen
standing you right, but AJAX requests in a java app are more or less just http calls with a decoding step afterwards, depending on your requested content type. Have you checked: http://firestormws.sourceforge.net/ or other libraries that offer for example "client side" rest support for ja

Re: [appengine-java] Writing to a local file in development environment

2010-04-27 Thread Patrick Cornelißen
s long as it's not pure binary stuff, this should work. If it's binary, you could base64 it for the transport. Sorry for CC'ing you, but I think I am still blocked from posting to this list because I have not been cleared by the list owner yet :-( -- Bye, Patrick Cornelißen http

[appengine-java] Classloader that uses datastore as backend?

2010-04-25 Thread Patrick Cornelißen
l free to contact me. The project is still in a very early stage, so you have the chance to influence the project in more or less all areas. Thanks in advance! -- Bye, Patrick Cornelissen http://www.openprojectguide.org http://www.pcornelissen.de http://code.google.com/p/gloudy/ -- You r

[appengine-java] Re: /a/domain.com/ Logic

2009-12-06 Thread patrick
Google)" wrote: > What are you trying to do exactly? Are you just looking to segment your > application for various domains/clients? > - Jason > > On Mon, Oct 12, 2009 at 12:37 PM, patrick wrote: > > > > > > > Is there a API or a Function at Google to use