[appengine-java] Re: app upload issue

2010-07-01 Thread Szymon Malok
Change your app version and upload then. On 1 Lip, 04:47, Vik vik@gmail.com wrote: Hie Can someone help me on how to resolve it? I understand what the error means but dont know where to go to fix it Initiating update. java.io.IOException: Error posting to

[appengine-java] Re: String limit in JDO

2010-07-01 Thread Ian Marshall
You might want to try the persistent class com.google.appengine.api.datastore.Text as mentioned in http://code.google.com/intl/en/appengine/docs/java/datastore/dataclasses.html#Core_Value_Types as this class has no specific character length limit. Of course, use of this must still satisfy

[appengine-java] Re: SDK 1.3.5 released!

2010-07-01 Thread Nacho Coloma
The datastore now supports both end cursors. I have checked out the documentation and cannot find what this is about. Anyone? On Jul 1, 1:10 am, Ikai Lan i...@google.com wrote: Hey everybody, We've released the 1.3.5 SDK. Blog post here:

[appengine-java] Re: Ctrl+C doesnt stop development server

2010-07-01 Thread shekhar
I am using ANT scripts to start the server. How to check the development server version? Is there any command for it? On Jun 14, 10:04 pm, Ikai L (Google) ika...@google.com wrote: What's the version of Windows you're running? Are you using ant or the Eclipse plugin? On Fri, Jun 11, 2010

[appengine-java] Regarding GQL

2010-07-01 Thread MANISH DHIMAN
Hi Google Guys I have following queries regarding G Q L and Data Store. + Is it possible in G A E to use parametrised query. If not is there any plan for such support in near future. + How to use G Q L in a Java class. -- You received this message because you are subscribed to the Google

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

2010-07-01 Thread xcdesz
Ikai, I have read your post on using this bulkloader for java: http://ikaisays.com/2010/06/10/using-the-bulkloader-with-java-app-engine/ However, without a Python background, this stuff is Latin to me.. Any plans on making a java-friendly version of this Bulk Loader? I am one of the hundreds

[appengine-java] Type 'java.lang.Long' was not included in the set of types which can be serialized by this SerializationPolicy

2010-07-01 Thread Vik
Hie Any idea why i m getting this exception after including Long type in my class? Vik SEVERE: [1277994943477000] javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: java.lang.reflect.InvocationTargetException at

[appengine-java] not able to update to latest version of sdk

2010-07-01 Thread Vik
Hie Whenever i click on update in the manage site on google site link I get Unexpected error encountered while preparing for the operation. java.lang.NullPointerException no other message is provided to help me understand whats wrong. any advise please Thankx and Regards Vik Founder

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

2010-07-01 Thread mscwd01
I second this. On Jul 1, 2:17 pm, xcdesz xcd...@gmail.com wrote: Ikai, I have read your post on using this bulkloader for java: http://ikaisays.com/2010/06/10/using-the-bulkloader-with-java-app-eng... However, without a Python background, this stuff is Latin to me..  Any plans on making a

[appengine-java] Re: CloudCover: Cannot schedule instance of TestClass because of not an available class

2010-07-01 Thread luijar
Not sure what the problem is, all my queries are failing with this message: Illegal argument javax.jdo.JDOFatalUserException: Illegal argument at org.datanucleus.jdo.NucleusJDOHelper.getJDOExceptionForNucleusException(NucleusJDOHelper.java: 344) at

[appengine-java] AppEngine SDK 1.3.5 ECLIPSE UPGRADE PROBLEM

2010-07-01 Thread Andreas
hi, i have just upgraded in eclipse the appengine sdk 1.3.4-1.3.5 . however there are some problems that occured, although my application was functioning good before the update. The web server returns a HTTP Error 500 internal server error.the console outputs the following : INFO: The server is

[appengine-java] Random silent failures of pm.store()

2010-07-01 Thread John
I have a piece of code which only creates an entity and stores it with public void makeEntity() { UserPhoto photo = new UserPhoto(...); this.pm.makePersistent(photo); this.pm.close(); assert photo.key != null; // - fails from time to time From time to time, the code above will fail. Maybe

[appengine-java] Eclipse Helios 3.6 - plugin appenginge

2010-07-01 Thread Daniela
Hi, just wondering if there's going to be an upgrade to the plugin for Eclipse soon, since the new version of Eclipse was released (Eclipse Helios). Until now the Google Plugin can be installed in Eclipse Europa, Ganymede and Galileo 3.5, but not Helios 3.6. Thank you, Daniela -- You

[appengine-java] How do you make a field unique with JDO DataNucleus

2010-07-01 Thread nevzat
I am trying to make one of my field unique, but cannot do it. I used annotations which did not work. Then I try to do it in jdo xsd file and that did not work either. Can you please help me out? here is an example: public class AccountInfo { @Persistent private String userName; } I want to

[appengine-java] Unit Testing Maven Based JPA Application on GAE

2010-07-01 Thread vhazrati
I had some trouble setting up the unit testing framework for testing my DAOs. Hope this might help others http://thoughts.inphina.com/2010/06/28/unit-testing-maven-based-jpa-application-on-gae/ Regards | Vikas www.inphina.com thoughts.inphina.com -- You received this message because you are

[appengine-java] Entity class is not enhanced!!

2010-07-01 Thread Marthen
Hi guys, I have an simple application running on top of Spring using JPA for Google AppEngine (GAE). There's no compilation error, but when i load my application using Google AppEngine Development Server, i got runtime error saying that my Entity class is not enhanced!! Which kinda confusing me

[appengine-java] Volunteers needed for magazine project

2010-07-01 Thread nosarious
Good morning, all. I am working on a magazine project that will hopefully use Google App Engine as the main way information is stored and retrieved. The goal is to be the Flickr of digital publishing. I have spent the past month trying to figure out the way to do this with Python, and haven't

Re: [appengine-java] Eclipse Helios 3.6 - plugin appenginge

2010-07-01 Thread Wilson MacGyver
it's available now http://code.google.com/eclipse/docs/getting_started.html On Wed, Jun 30, 2010 at 8:21 PM, Daniela daniela.fernan...@gmail.com wrote: Hi, just wondering if there's going to be an upgrade to the plugin for Eclipse soon, since the new version of Eclipse was released (Eclipse

[appengine-java] JDO Detached ListKey or SetKey Issues

2010-07-01 Thread James
I'm seeing some odd behavior now that I've switched to properly detached objects (previously I was calling detachCopy but didn't have my classes marked w/ the detachable annotation). Given an entity that contains a ListKey, I can save a new entity w/ one key in the list. However if I remove that

[appengine-java] Re: Disable Single Property Indexes

2010-07-01 Thread James
Finally found the answer to my own question (assuming the post from 11/2009 is still valid): http://gae-java-persistence.blogspot.com/2009/11/unindexed-properties.html On Jun 30, 2:36 pm, James jamesk...@gmail.com wrote: (Clarification - I'm ok w/ disabling both composite and single-prop

[appengine-java] Re: JDO Detached ListKey or SetKey Issues

2010-07-01 Thread James
There's JDO documentation on Arrays which describes somewhat similar behavior - http://www.datanucleus.org/products/accessplatform/jdo/orm/arrays.html: -- Quote -- JDO has no simple way of detecting changes to an arrays contents. To update an array you must either replace the array field with

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

2010-07-01 Thread mscwd01
Before I go off to learn Python in order to backup the contents of my datastore, can I be certain the bulkloader will work with my Java app? I am not concerned with reusing the contents of the live datastore in a local environment, only that I can download a backup of the datastore and perform a

Re: [appengine-java] Volunteers needed for magazine project

2010-07-01 Thread RAVINDER MAAN
I would like to work with you.but i work in java .if you dont have any problem working in java then we can start . On Thu, Jul 1, 2010 at 9:43 PM, nosarious nosemon...@gmail.com wrote: Good morning, all. I am working on a magazine project that will hopefully use Google App Engine as the main

Re: [appengine-java] Volunteers needed for magazine project

2010-07-01 Thread Andrés Cerezo
I'm interested too but in Java. Cheers. 2010/7/1 RAVINDER MAAN rsmaan...@gmail.com I would like to work with you.but i work in java .if you dont have any problem working in java then we can start . On Thu, Jul 1, 2010 at 9:43 PM, nosarious nosemon...@gmail.com wrote: Good morning, all.

[appengine-java] Show User In Logs when not using Users API

2010-07-01 Thread Spines
If you use the user's api then in all the logs it shows the user's username right after the ip address in the log entry. My app doesn't use the user's api, it just uses it's own user management with the datastore. Is there a way that I can get the user's username, or alternatively, datastore id

[appengine-java] TO GOOGLE GAE Java team: Book author looking for early access to next release (java)

2010-07-01 Thread Daniel Guermeur
Hello there I am finishing a book on GWT + GAE with Packtpub. I would like to include a chapter on **Browser Push (Comet) communication** feature. This feature is 'on deck' as indicated on the GAE roadmap (http:// code.google.com/appengine/docs/roadmap.html). To write this chapter, I would like

[appengine-java] Jetty binds to localhost and not my wireless IP

2010-07-01 Thread keyeslabs
I'm running GAE eclipse dev environment (GAE installed via the eclipse update mechanism). When I run my GAE application locally, it starts jetty, which seems to bind to localhost (127.0.0.1) rather than my machine's IP associated with my wireless card. When I try to connect to the running GAE

Re: [appengine-java] Jetty binds to localhost and not my wireless IP

2010-07-01 Thread John Patterson
Try -bindAddress 0.0.0.0 It works for connecting to GWT from a different machine but I never had a problem connecting to the servlet engine. On 2 Jul 2010, at 03:25, keyeslabs wrote: I'm running GAE eclipse dev environment (GAE installed via the eclipse update mechanism). When I run my

Re: [appengine-java] Jetty binds to localhost and not my wireless IP

2010-07-01 Thread John Patterson
Try -bindAddress 0.0.0.0 - it works for GWT, not sure about Jetty. On 2 Jul 2010, at 03:25, keyeslabs wrote: I'm running GAE eclipse dev environment (GAE installed via the eclipse update mechanism). When I run my GAE application locally, it starts jetty, which seems to bind to localhost

Re: [appengine-java] Entity class is not enhanced!!

2010-07-01 Thread Hariharan Anantharaman
Hi Marthen, I too faced similar problem. That time my data objects were in a java project while my jdo-config was in a web project( web project in-turn had project reference to this java project). The java project had app-engine jar's in its class path, but still enhancement did not happen when

[appengine-java] order by clause- JPA queries

2010-07-01 Thread Deepika M
Hi all, I'd like to know if order byclause is supported in the JPA queries in the App engine. I tried to a query with order by clause but that doesn't really seem to work. Any help is appreciated! Thanks, Deepika -- You received this message because you are subscribed to the Google Groups

[appengine-java] Not able to upload app to GAE

2010-07-01 Thread Vik
Hie While trying to do that I am getting: An internal error occurred during: Deploying SakshumWebGAE to Google. Received SAXException parsing the input stream for D:/eclipse/vskumar/workspace/SakshumWebGAE/war\WEB-INF/web.xml For your ref web.xml is: ?xml version=1.0 encoding=UTF-8? !DOCTYPE

[appengine-java] Re: Entity class is not enhanced!!

2010-07-01 Thread Didier Durand
Hello, The enhancer sometimes doesn't start on classes. The best way I have found to make it run each time is to name explicitly all my jdo-annotated classes in Project Settings - Google - App Engine - ORM under Eclipse. No more problem! Hope it works for you too didier On Jul 1, 1:47 pm,

[appengine-java] Re: How do you make a field unique with JDO DataNucleus

2010-07-01 Thread Didier Durand
Hello, You have to use it in a Key object or use it as key (may not be possible so directly because of entity groups) I would recommend including in Key object: see http://code.google.com/appengine/docs/java/datastore/dataclasses.html#Class_and_Field_Annotations didier On Jul 1, 4:17 pm,