Re: [appengine-java] app eng java plugin not compatible with helios

2010-09-07 Thread Thomas P.
I think you did something wrong ... I've been working with GAE+GWT with Helios for about 4 weeks now and everything works fine ... Best regards, Thomas On 05.09.2010 19:33, syntheticperson wrote: I tried to install google app engine java plugin for eclipse, but it does not appear to be

[appengine-java] Re: Downloading WAR files from appengine

2010-09-07 Thread Puneet
i don't have any problem editing .class files..i just need the way to download the WAR filei can create the workspace once i have the war file. i have all the converters. can you help me with that. On Sep 1, 12:34 am, Ikai L (Google) ika...@google.com wrote: No you need to provide your

[appengine-java] Re: Grid View

2010-09-07 Thread Didier Durand
Hi Star25, You should most probably ask this question in GWT group to get better feedback http://groups.google.com/group/Google-Web-Toolkit didier On Sep 7, 8:24 am, Star25 thiru.next...@gmail.com wrote: Hi... i develop a simple form have the fields Firstname, Lastname and Email As i am

[appengine-java] Admin pages

2010-09-07 Thread Marcel Overdijk
Is there any guidelines to have custom admin pages look as the standaard admin pages? -- 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

[appengine-java] The built-in indices are not efficient enough for this query and your data. Please add a composite index for this query.

2010-09-07 Thread Subhash
Hi I am working on GAE. When I am running following GQL on app engine: SELECT * FROM Permissions WHERE UserId=KEY('Users','1') AND ModuleId=KEY('Modules',1') And Status=True Then it is showing following error: The built-in indices are not efficient enough for this query and your data. Please

[appengine-java] JDO - get object by key without knowing the class

2010-09-07 Thread l.denardo
HEllo everybody, I'm facing an issue with JDO which is presented elsewhere in the group, but with no workaround. I simply need to retrieve an object from JDO using only the key. That is do something like this PersistenceManager pm = pmf.getPersistenceManager(); SimpleObject ll = new

[appengine-java] Re: JDO - get object by key without knowing the class

2010-09-07 Thread l.denardo
Obviously the simple way to do it is to build a class reference using Key.getKind(). Like Key key = myObject.getKey(); String myPackage = com.example.entities. Class cl = Class.forName(myPackage + key.getKind()); pm.getObjectById(class, key); This surely works in development, provided that

[appengine-java] Re: pm.store() failing silently

2010-09-07 Thread John
Some more debugging info. When I get this error, I tried to store a new object UserPhotoTest (exactly the same, just renamed the class), with the same content, and it gets persisted properly, in the same request. After the test one gets persisted correctly - still in the same request - I try again

[appengine-java] Re: Any ETA for a backup/restore facility?

2010-09-07 Thread luka
Thanks, now it's running smoothly. Next challenge is integrating it to JDO Is it doable ? On Aug 19, 9:01 pm, John Patterson jdpatter...@gmail.com wrote: Have you added appengine-testing-1.3.6.jar and appengine-api- stubs-1.3.6.jar to your project? On 18 Aug 2010, at 19:50, luka

Re: [appengine-java] Re: Any ETA for a backup/restore facility?

2010-09-07 Thread John Patterson
Great! There should be no problem storing objects on the production servers using JDO as the RemoteDatastore operates below the low-level API. I use it with Twig to send object data from my desktop to my live application and also to backup live object data locally to a file using

[appengine-java] Re: Query BlobInfo in Java?

2010-09-07 Thread Peter Liu
Just enable billing and set a minimal amount per day. I think it's 1 or 2 dollar. It won't charge you unless you run out of free quota, and if it charges you the max you can be charged is capped. On Sep 6, 5:39 pm, Gladys Anne Nicdao ganic...@gmail.com wrote: Hi! Are you using a billable account

[appengine-java] Uploading Downloading data

2010-09-07 Thread dciesli...@yahoo.com
Does anyone has or know where to find detail example how to use uploading downloading data using Google App Engine? I have developed a simple Web application and would like now to send and receive data from my local computer. On Google App Engine site I found one page that discusses these issues

Re: [appengine-java] Problem with inheritance and JDO

2010-09-07 Thread Cyrille Vincey
I have read somewhere in the appengine doc that class inheritance is not really supported by JDO yet... On 07/09/10 00:39, lisandrodc lisandr...@gmail.com wrote: Hi all, I've used hibernate for a while, and I'm having a bit of trouble switching to JDO. I have several entities that all

[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] JDO Modeling

2010-09-07 Thread gbougeard
Hi, I'm trying to modelize with JDO but after a long experience on Oracle it's quite a tough stuff :) Here is my simple Test case : I made a ModelBase entity with a pk (as encoded string) and two date fields (created and updated). The two fields will be filled through hooks. I have a first

[appengine-java] Re: app eng java plugin not compatible with helios

2010-09-07 Thread syntheticperson
Ok, good to know it works with helios. I'll give it another try. thanks synthetic p On Sep 6, 11:00 pm, Thomas P. vi...@pcb-dev.com wrote: I think you did something wrong ... I've been working with GAE+GWT with Helios for about 4 weeks now and everything works fine ... Best regards,

Re: [appengine-java] Spring WS on Google App Engine

2010-09-07 Thread Shweta Deshpande
Can anyone please help? On Wed, Sep 1, 2010 at 2:16 PM, Shweta Deshpande shweta...@gmail.comwrote: Hello, I am trying to build a SOAP web service using Spring and deploy it on App Engine. I followed the instructions in an article to build it. Since there is no support for javax.xml.soap, I

[appengine-java] Re: Any ETA for a backup/restore facility?

2010-09-07 Thread luka
Thanks! Now JDO runs smoothly with remote-datastore. All the Best Uri On Sep 7, 6:10 pm, John Patterson jdpatter...@gmail.com wrote: Great!  There should be no problem storing objects on the production   servers using JDO as theRemoteDatastoreoperates below the low-level   API.  I use it

Re: [appengine-java] Re: app eng java plugin not compatible with helios

2010-09-07 Thread Rajeev Dayal
Hey synthetic, Which update site were you using? Rajeev On Tue, Sep 7, 2010 at 1:29 PM, syntheticperson jeroen.la...@gmail.comwrote: Ok, good to know it works with helios. I'll give it another try. thanks synthetic p On Sep 6, 11:00 pm, Thomas P. vi...@pcb-dev.com wrote: I think

[appengine-java] Qestion regarding getObjectById

2010-09-07 Thread Daniel
I've noticed that i can perform query using the getObjectById while using the ID or the Key pm.getObjectById(myClass.class, idString); pm.getObjectById(myClass.class, keyString); idString and keyString are different string values, is it possible because of the fact that the id attribute is

Re: [appengine-java] Re: Problem in sending out UTF-8 POST data (only in production, works fine in development)

2010-09-07 Thread Don Schwarz
On Fri, Aug 20, 2010 at 10:38 PM, आलोक (Alok) alok.ku...@gmail.com wrote: The problem is resolved. We were trying to (1) read some POSTed data, (2) converting it and then (3) POSTing it again. setting the HttpServletRequest.setCharacterEncoding(UTF-8) before (1) solved the issue. But this

Re: [appengine-java] building indexes

2010-09-07 Thread Ikai L (Google)
Index building time depends on the amount of data you have as well as all other indexes being built globally. The index builder is a shared resource. The best practice is to upload a new staging version before you need it. All versions share the same datastore, so index building will begin before

Re: [appengine-java] Memcache put: Error setting single item

2010-09-07 Thread Ikai L (Google)
Can you post any code? On Sun, Sep 5, 2010 at 9:37 PM, Subhash subhash.ku...@daffodilsw.comwrote: Hi I am working on google app engine. I am using memCache for cache my data. I am facing following error while using cache: com.google.appengine.api.memcache.MemcacheServiceException: Memcache

Re: [appengine-java] Google Apps problem with Google App engine Admin Console Display

2010-09-07 Thread Ikai L (Google)
Try this: http://appengine.google.com/a/elon.edu On Mon, Sep 6, 2010 at 1:04 PM, powell...@gmail.com powell...@gmail.comwrote: Before our university, Elon, went to Google Apps for the students, the students who had gmail accounts such as d...@gmail.com could easily request and appengine

[appengine-java] Re: Problem with inheritance and JDO

2010-09-07 Thread lisandrodc
Thanks Cyrille, but.. Might someone confirm to me authentically that really inheritance is not supported? If it is like that, a serious enough failing On the part of the documentation of google it does not confirm it but he does not deny it either... The error is error.

Re: [appengine-java] Re: app eng java plugin not compatible with helios

2010-09-07 Thread Jeroen Lapre'
Hi Rajeev, I'm using: http://dl.google.com/eclipse/plugin/3.5 And get the following error in helios EE and JSE: Cannot complete the install because one or more required items could not be found. Software being installed: Google App Engine Java SDK 1.3.7 1.3.7.v201008311405

[appengine-java] Works in dev, not in prod. Max path length? Illegal characters?

2010-09-07 Thread mstodd
I have some css files and images in an oddly named directory that work fine when developing locally, but produce a 404 in production after being deployed. Here's an example of one bad request from my production logs: GET /ZIM\'S%20Bar%20-%20770%20N%20Milwaukee%20St%20-%20Milwaukee%20WI

[appengine-java] memcache package not in classpath

2010-09-07 Thread bvb
Hi, Following the instructions here: http://code.google.com/appengine/docs/java/tools/ant.html I'm using ant to build my project. Although the jsr jar file is showing up in my war/WEB-INF/lib directory, trying to build gets me the following error: package net.sf.jsr107 does not exist. The

[appengine-java] Re: memcache package not in classpath

2010-09-07 Thread bvb
Actually, I figured it out. It turns out that the package is javax.cache, not net... Perhaps the documentation could be updated to reflect this? On Sep 7, 8:47 pm, bvb benv...@gmail.com wrote: Hi, Following the instructions here:http://code.google.com/appengine/docs/java/tools/ant.html I'm

Re: [appengine-java] Re: app eng java plugin not compatible with helios

2010-09-07 Thread Katharina Probst
Hi Jeroen, I think you're using the wrong update site. Try this one: http://dl.google.com/eclipse/plugin/3.6 Please let us know if it worked. Thanks, kathrin On Tue, Sep 7, 2010 at 8:19 PM, Jeroen Lapre' jeroen.la...@gmail.com wrote: Hi Rajeev, I'm using:

[appengine-java] Re: Problem with inheritance and JDO

2010-09-07 Thread Didier Durand
Hi There is currently a bug preventing persistent fields on superclasses from being saved to the datastore. This will be fixed in a future release. from http://code.google.com/appengine/docs/java/datastore/usingjdo.html#Unsupported_Features_of_JDO regards didier On Sep 8, 2:14 am, lisandrodc