[appengine-java] How to export logs details

2010-11-18 Thread Featheast Lee
Hi All, I would like to ask a question about how to export logs from App Engine server. Currently, in http://code.google.com/appengine/docs/java/tools/uploadinganapp.html there is a way to download the logs. However, after I followed the steps within, it seems the txt file will only record the

[appengine-java] JPA - Problem when I will insert a parent with a child already inserted.

2010-11-18 Thread vaninh0
I have these Entities: @Entity(name = Empresa) @Table(name = empresa) public class Empresa { @Id @Column(name = id_empresa) @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; } and @Entity(name = Usuario) @Table(name = usuario) public class

[appengine-java] Re: JPA - Problem when I will insert a parent with a child already inserted.

2010-11-18 Thread vaninh0
Ops, I posted with one mistake... correcting: @Entity(name = Usuario) @Table(name = usuario) public class Usuario { @Id @Column(name = id_usuario) @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; @ManyToOne(fetch =

Re: [appengine-java] Re: mapreduce - passing filters

2010-11-18 Thread Nacho Coloma
I'm not entirely sure I understand the scope of the proposed patch. Are you thinking about adding filters at the DatastoreRecordReader level? It's not entirely clear to me that that provides a benefit over just applying the filter at the start of the map() function. Totally willing to

Re: [appengine-java] Re: org.datanucleus.jdo.exceptions.ClassNotPersistenceCapableException:

2010-11-18 Thread Thufir
Hi Ian, Always good to find another Java developer :) Wow. I just started following http://rocky.developerblogs.com/tutorials/getting-started-google-app-engine-netbeans/ and use his plugins for NB 6.9.1, works ok. Can I ask why you use Ant instead? -Thufir On Tue, Nov 16, 2010 at 11:21

[appengine-java] Switching a collection of Key in an existing object from a List to a Set

2010-11-18 Thread OdysseyFX
I have some jdo objects with many to many unowned relationships in the datastore already. This was done with ListKey and I have many objects already persisted in the datastore. I want to switch this Key collection to SetKey in the object however I'm not sure how the datastore will respond to that.

[appengine-java] Re: org.datanucleus.jdo.exceptions.ClassNotPersistenceCapableException:

2010-11-18 Thread Ian Marshall
Hi Thufir, I have looked at the documentation for the plug-in you mention. I had looked at this before: this seems to me to have little update activity (and perhaps is supported by one person only). My technology choices included the need to use long-term technologies and take advantage of

[appengine-java] Running Google App Engine from within a HSM.

2010-11-18 Thread Benjamin Gittins
I am relatively new to Google App Engine. I'd like to know if it is possible to run Google App Engine inside a Java Standard Edition compliant network attached hardware security module, such as SafeNet LUNA-SP? ( www.safenet-inc.com/products/data-protection/hardware-security-modules/luna-sp/ )

[appengine-java] Unable to access Admin console

2010-11-18 Thread Jing Zhang
I'm unable to access the App Engine Admin console. The page seems to be timing out. Is there an outage right now? -- 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

[appengine-java] Re: Unable to access Admin console

2010-11-18 Thread Jing Zhang
Never mind... as of 12:07PM EST the issue has disappeared. I can access the site again. -- 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] error using jsf 2.0

2010-11-18 Thread tamara
Hello, I have an application with JSF (Mojarra 2.0). I tried to upload it to App Engine but I do not get it to work. If I deployed in tomcat works correctly but whith app engine dosen't work. Can someone help me?, please... I'm Spanish and my English is not very good This is the trace:

[appengine-java] GAE deployment failure

2010-11-18 Thread pat rick
I've got the same error since few weeks, and time to time it works. on error when I sniff the line I saw htmlhead meta http-equiv=content-type content=text/html;charset=utf-8 title500 Server Error/title /head body text=#00 bgcolor=#ff h1Error: Server Error/h1 h2The server encountered an

[appengine-java] problem with jsf 2.0

2010-11-18 Thread tamara
have an application with JSF, works fine when I deployed in tomcat but when I tried to upload it to App Engine : does not work . This is the trace error: DVERTENCIA: Elemento desconocido (deferred-value) en attribute 18-nov-2010 16:08:00 com.google.apphosting.utils.jetty.JettyLogger warn

[appengine-java] pdf

2010-11-18 Thread thangavel s
hi, how to use OCR in pdf and way to convert pdf to image conversion.any viewer for pdf show in browser for rotate. -- 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

[appengine-java] Re: pdf

2010-11-18 Thread Robert Lancer
Try this http://docs.google.com/viewer On Nov 18, 7:23 am, thangavel s thangaveln...@gmail.com wrote: hi,   how to use OCR in pdf and way to convert pdf to image conversion.any viewer for pdf show in browser for rotate. -- You received this message because you are subscribed to the Google

Re: [appengine-java] Re: pdf

2010-11-18 Thread Max
Hi, If anyone has been successful at using this with GAE, please let me know and as this would be great for my application. The application I have is an email and attachment parsing / routing application that organizes all of the documents. It currently relies on Apache POI, PDFBox (an

[appengine-java] ImageService from dev server

2010-11-18 Thread andrew
I am having issues getting a url for an image to be served from the ImageService when running locally on the dev server. The code (which works fine when deployed) is this: ImagesService imagesService = ImagesServiceFactory.getImagesService(); String imageLocation

[appengine-java] Re: ImageService from dev server

2010-11-18 Thread Starman
Just remove the protocol:ip:port prefix before you store the serving url. On Nov 18, 3:03 pm, andrew aute...@gmail.com wrote: I am having issues getting a url for an image to be served from the ImageService when running locally on the dev server. The code (which works fine when deployed) is

Re: [appengine-java] GAE deployment failure

2010-11-18 Thread atomi
I have same problem right now. On Thu, Nov 18, 2010 at 9:05 AM, pat rick patrick.enjol...@gemalto.comwrote: I've got the same error since few weeks, and time to time it works. on error when I sniff the line I saw htmlhead meta http-equiv=content-type content=text/html;charset=utf-8

Re: [appengine-java] GAE deployment failure

2010-11-18 Thread Doug
I have the same issue. It started about an hour ago. Anyone have any ideas how to resolve? Doug -- 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

Re: [appengine-java] GAE deployment failure

2010-11-18 Thread Ikai Lan (Google)
It's on our end. We're working on it. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Thu, Nov 18, 2010 at 4:10 PM, Doug doug...@gmail.com wrote: I have

[appengine-java] HTTPRequest POST parameters

2010-11-18 Thread Nikola Okiljevic
Hi everyone, I have a rather trivial problem, but I can't seem to find the solution in the docs... I'm trying to fetch a HTML page via a POST request. I'm using the following code, and that works fine: URL url = new URL(sUrl); HTTPRequest request = new HTTPRequest(url, HTTPMethod.POST,

[appengine-java] Unable to update app (Error 400)

2010-11-18 Thread Mike
Hi, I have problems to deploy my simple hello world app after deploying it a couple of times and it worked perfectly. Try to solve the problem on my own first. After reading threw some similar post within this forum it seems like u only guys can help me out. Where is the problem? -

[appengine-java] Re: Auto generating datastore-indexes.xml during unit tests

2010-11-18 Thread Jerry
Great tip but it's not working. Running the test updates the mod date of local_db.bin but not datastore-indexes-auto.xml. I'm also configuring a LocalUserServiceTestConfig for a logged in user, but that doesn't seem to affect it. Is another setup step needed? I'd like a unit test to trigger all

[appengine-java] Re: GAE deployment failure

2010-11-18 Thread Pash
Yes, I have the same problem :( On Nov 18, 8:05 pm, pat rick patrick.enjol...@gemalto.com wrote: I've got the same error since few weeks, and time to time it works. on error when I sniff the line I saw htmlhead meta http-equiv=content-type content=text/html;charset=utf-8 title500 Server

Re: [appengine-java] Unable to update app (Error 400)

2010-11-18 Thread Ikai Lan (Google)
There was an issue with deploys: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/474b9ae7a7c32013 It has since been resolved. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit:

Re: [appengine-java] Re: GAE deployment failure

2010-11-18 Thread Ikai Lan (Google)
This has been resolved: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/474b9ae7a7c32013 -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter:

[appengine-java] Re: How to export logs details

2010-11-18 Thread Matthew Blain
You'll need to add the 'severity' flag, which will get all of the additional logs, but will suppress log lined without the additional application created logs. You may be interested in http://groups.google.com/group/google-appengine/browse_thread/thread/a8ec10b5f376920f which describes a (python

[appengine-java] How to generate excel sheets in google appengine Java?

2010-11-18 Thread Rodel Ocampo
Hi Guys. I'm new in developing system in gaej. How will i generate an excel sheet in my jsp file in google appengine java? I'm using eclipse. thanks in advance. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group,

[appengine-java] Re: How to generate excel sheets in google appengine Java?

2010-11-18 Thread Didier Durand
HI, One way is to go indirectly via Google Docs Spreadsheet and its API See http://code.google.com/apis/spreadsheets/ didier On Nov 19, 4:35 am, Rodel Ocampo rrocamp...@gmail.com wrote: Hi Guys. I'm new in developing system in gaej. How will i generate an excel sheet in my jsp file in google

[appengine-java] Re: ImageService from dev server

2010-11-18 Thread Didier Durand
Hi Andrew, I use the blobstore service locally for my tests: I can upload files. For the viewer, it comes in the Datastore viewer with entity type = __BlobInfo__ (you also have a __BlobsSession__ entity in the viewer) regards didier On Nov 18, 11:09 pm, Starman r...@arrova.ca wrote: Just

Re: [appengine-java] Re: How to generate excel sheets in google appengine Java?

2010-11-18 Thread Meetu Maltiar
Hi, You can use java excel API's. It works for us. Maybe you can have a look at my blog http://thoughts.inphina.com/2010/09/08/generating-excel-files-on-google-app-engine-for-a-wicket-application/ Regards | Meetu Maltiar On Fri, Nov 19, 2010 at 9:44 AM, Didier Durand

[appengine-java] Re: Best sort solution for merge-join queries?

2010-11-18 Thread Gal Dolber
Ok, thanks for all the help :)... just kidding. I finally found a way to emulate range and sort on merge-join queries. Here is my solution: *My old entity:* Product { double price; liststring attributes; } *The old query:* query.filter(attributes, something).filter(attributes,

[appengine-java] Re: Auto generating datastore-indexes.xml during unit tests

2010-11-18 Thread Starman
Humm... I get a nice appengine-indexes-auto.xml after my runs. Ah yes, don t call tear down on the helper... I don t exactly remember but, this was clearing the local_db.bin file and maybe the indexes auto also. R. On Nov 18, 7:39 pm, Jerry jerry.morri...@gmail.com wrote: Great tip but it's