[appengine-java] Tomcat Instead of Jetty.

2009-09-10 Thread maksud
Hi, I am planning to use GWT with Server integration to some project. Now google uses Jetty as its appengine server. But it have some restriction including JPA and Files. How can I use Tomcat as the server instead of Jetty? Thanks μακσυδ http://www.commlinkinfotech.com/~maksud

[appengine-java] Re: regording to change the port number

2009-09-10 Thread Sreekanth Raju R
hi, hope this will help you http://dlinsin.blogspot.com/2009/04/playing-with-google-app-engine.html also you can try sample apps in the demos folder appengine-java-sdk-1.2.5\demos\ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[appengine-java] Re: testing persistence with one to many relashionship

2009-09-10 Thread arussel
I created a JIRA with a test case: http://code.google.com/p/datanucleus-appengine/issues/detail?id=125sort=-idcolspec=ID%20Stars%20Type%20Status%20Priority%20FoundIn%20TargetRelease%20Owner%20Summary On Sep 9, 2:39 am, Jason (Google) apija...@google.com wrote: Are you calling pm.close()? Can

[appengine-java] ArrayIndexOutOfBoundsException: at org.datanucleus.plugin.ConfigurationElement.putAttribute(Configuratio nElement.java:104)

2009-09-10 Thread patrizio.munzi
Hi everybody I'm having an ArrayOutOfBoundException from nucleus... I don't know where it comes from... Can anyone give me some information about it... Here's the stack trace... --- The server is running at http://localhost:8181/

[appengine-java] Re: Own Login system

2009-09-10 Thread TiagoP
Nobody can help us? BR On Sep 9, 9:55 pm, Filipe AlvesFerreira filipealvesferre...@gmail.com wrote: Hi I'm interest in the same subject.Thank you. Regards/FilipeAlvesFerreira#4(1942) 2009/9/9 TiagoP pix...@gmail.com Hi, I would like to create a very simple app with: my own login

[appengine-java] Re: User Registration, Login, Logout Module?

2009-09-10 Thread TiagoP
Could you share the login/register code? BR On Sep 9, 9:34 pm, Steve B. sb...@cnicorp.com wrote: I do not know if anyone else is working on this, but I have begun work on my own java-based cms. You can see me devsite at: http://sebcms.appspot.com Logins (until someone breaks it ;) ):

[appengine-java] Re: ArrayIndexOutOfBoundsException: at org.datanucleus.plugin.ConfigurationElement.putAttribute(Configuratio nElement.java:104)

2009-09-10 Thread patrizio.munzi
I did a few more investigation and It looks like a threads safety problem. In fact if I synchronize the method com.myapp.server.datastore.EventsManager.addEvent whithin makePersistent is called everything works fine. I think here experts are needed.. :-) Bye On Sep 10, 10:18 am, patrizio.munzi

[appengine-java] Re: Own Login system

2009-09-10 Thread Jos Snellings
What do you mean by own login system? Do you have an authentication system outside of the Google cloud? You are by no means obliged to use Google's User mechanism. Could you be a little bit more specific about the user authentication mechanism that you have in mind? Kind regards, Jos Snellings

[appengine-java] Re: regording to change the port number

2009-09-10 Thread anu nimmala
Hi sreeekanth, So nice of u. Thanks for your reply, I have been working on dat sample app and its working fine,iam really thankful to you.Actually when i searched for some developer guides book, and i could find a developer guide book for python (free download) but not able to find a developer

[appengine-java] Re: Own Login system

2009-09-10 Thread leszek
Why not create simple CRUD for keeping log-id and password and simple dialog to get login id and password and check against persisted class being managed by this CRUD. It could be a good starting point. --~--~-~--~~~---~--~~ You received this message because you

[appengine-java] Re: Initializing Datastore

2009-09-10 Thread gopal kalasa
Thanks Leszek. Here is what I did for one of my previous applications. Application1 (Admin application): * Connects to MySQL database instance 'foo' using MySQL jdbc driver * Loads the static data like 'cities', 'countries' etc. * This is done only one time and thats it. Applicaton2 (Enduser

[appengine-java] Re: Tomcat Instead of Jetty.

2009-09-10 Thread leszek
But do you mean GWT or Google App Engine application ? GWT comes with embedded tomcat to keep backward compatiblity. Although there is a warning that it is deprecated and can be deleted in the future. If you want to use tomcat simply start shell as it is described in documentation for GWT 1.5

[appengine-java] Re: Own Login system

2009-09-10 Thread TiagoP
Thanks for the reply. I'm very new to google app engine. Answering your question, what I want is a simple login/register system where the user inserts e-mail and password to register and logins. The question is: Is as easy as just save the e-mail/password and then query the login to see if it

[appengine-java] Re: Gzip encoding used by default ?

2009-09-10 Thread Peter Ondruska
GAE is using gzip encoding. Why would you want to disable? On Sep 10, 10:47 am, fvisticot fvisti...@gmail.com wrote: Can someone confirm that GAE is using gzip encoding by default for jsp. I have written a JSP app and i can see in the header content-encoding gzip. How to disable this gzip

[appengine-java] Re: Own Login system

2009-09-10 Thread Jos Snellings
Hi Tiago, A very simple means is to create your own persistent 'user' object. GAE will let you save users, retrieve users, and you can validate users. Now, here it is important to assess the security and confidentiality requirements of your web application: you may not want usernames and

[appengine-java] Regarding JDOQL

2009-09-10 Thread anu
Hi iam new to googleappengine sdk with java using eclipse and i want to work with concept of JDO queries in JDOQL,So Someone help me in process of installation of JDOQL,I want to know where i supposed to query JDO datastore.So Please tell me is it required to install JDOQL separately in

[appengine-java] Re: Tomcat Instead of Jetty.

2009-09-10 Thread maksud
Actually I wanted to port app-engine application in appengineserver with Jetty and extend it (without appengine restrictions) in our personal tomcat server. We need support for file upload and other things. That's why we are interested in Tomcat. μακσυδ http://www.commlinkinfotech.com/~maksud

[appengine-java] Re: Tomcat Instead of Jetty.

2009-09-10 Thread Nicolas Melendez
there are some workaround for fileupload with some frameworks... what frameworks are you using? On Thu, Sep 10, 2009 at 6:13 PM, maksud maksud.b...@gmail.com wrote: Actually I wanted to port app-engine application in appengineserver with Jetty and extend it (without appengine restrictions) in

[appengine-java] makePersistent fails silently

2009-09-10 Thread Ken
I have a JDO class representing a tree of entities, somewhat like this: public class TreeNode { private String nodeName; private ListTreeNode children; ... } When I persist any such node to the datastore, the insert fails silently. The key of the object returned from

[appengine-java] Error while Persisting Entities

2009-09-10 Thread Vatts
I do have an application which creates entities and save it in BULK. I tested this locally and it is working fine. However it is failing consistantly when deployed in Google App Engine. I am trying to save 1000+ entities in one go of same type. The error I am getting is

[appengine-java] Re: User Registration, Login, Logout Module?

2009-09-10 Thread Steve B.
I am setting up the project on code.google.com under project sebcms. I am preparing the code for upload now - I need to strip out some private info I hard-coded for testing and the like. I should have source uploaded by this evening. Keep in mind that I have yet to add the workflow where

[appengine-java] ItsNat support

2009-09-10 Thread jmarranz
ItsNat (http://www.itsnat.org) Version(s): 0.7 Status: SEMI-COMPATIBLE * It works including AJAX: http://itsnatfeatshow.appspot.com/servlet?itsnat_doc_name=manual.core.example * Core level works but Comet (undefined thread retention is prohibited in GAE and sometimes a new thread

[appengine-java] Re: Updating detached objects only works when fetched within a transaction (JDO)

2009-09-10 Thread Toby
Hello Jason, I have a similar problem and I use the way you suggest by invoking the detachCopyAll method. It works fine, my objects are detached. I have problem with objects that contain collections. The collections are not detached, they stay null. I tried several things, like wrapping into a

[appengine-java] Email w/Attachments, as Html, etc

2009-09-10 Thread James H
Is GAE email limited to content type Text only or is there a way to send Html too? Also, can you send attachments? I noticed all these features in Apache Commons Email lib. Has anyone used this lib with GAE? Thanks, J --~--~-~--~~~---~--~~ You received this

[appengine-java] Re: selective deployment to GAE

2009-09-10 Thread Vik
hie ok so in a bit more detail... Say I have 2 bugs logged on my application. I fix one bug and then started fixing another one. Before I could complete the second bug fix I may need to push the first bug fix to GAE. So at that point i have say 3 files modified for 1st bug fix and say 2 files

[appengine-java] Re: selective deployment to GAE

2009-09-10 Thread Marcel Overdijk
I'm really wondering what you use case is... Sounds like you want some branching, so indeed use a version control system like Toby mentioned. On Sep 10, 8:14 pm, Vik vik@gmail.com wrote: hie.. the concern is: In my app say i change 2 files and click on deploy then as u said it will

[appengine-java] Re: Working example JSF 2.0 em GAE

2009-09-10 Thread Jaziel Leandro
Thanks, i've found the error in my application some minutes ago.I have the JSF jar of Mojarra 2.0 RC, and this don't work on GAE, but in localhost works fine, without errors. So i have read to use Mojarra 2.0 BETA 2, and work on GAE. Someone have any idea about this error??? Thanks 2009/9/10

[appengine-java] Re: Email w/Attachments, as Html, etc

2009-09-10 Thread James H
Ok, based on the docs here the standard JavaMail supports attachments and html but I can not seem to find the optional body mentioned: http://code.google.com/appengine/docs/java/mail/overview.html Can someone paste a snippet of their code to use the html body properly? J On Sep 10, 12:20 pm,

[appengine-java] Re: Expression Language does not get evaluated in JSP

2009-09-10 Thread Marcel Overdijk
This is a known issue. See http://code.google.com/p/googleappengine/issues/detail?id=1478q=isELIgnoredcolspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summary%20Log%20Component Cheers, Marcel On Sep 10, 8:25 pm, Java_GAE next.is@gmail.com wrote: Hi, When I use EL in JSP, I am

[appengine-java] Re: are quotas per Application or total?

2009-09-10 Thread Jason (Google)
All quotas are per application, which is why you're only limited to creating a certain number of applications by default. - Jason On Tue, Sep 8, 2009 at 3:02 PM, BigMax mikhail.gar...@gmail.com wrote: It is not clear from documentation, the quotas imposed on my account, are they

[appengine-java] Re: Task Queue Limits

2009-09-10 Thread Jason (Google)
Hi Sven. We're planning to increase the quota for applications with billing enabled soon and may eventually make it a billable quota. If you need more task queue insertions in the meantime, please file a request for additional quota:

[appengine-java] Re: Can I provide a web service using Google App Engine for java?

2009-09-10 Thread Jason (Google)
My last reply may have been inappropriately filtered. Here it is again: The only SOAP web services solution compatible with App Engine (that I'm aware of) is located at http://code.google.com/p/sfdc-wsc/. Check the Downloads tab for a pre-built JAR that should work out-of-the-box with App Engine.

[appengine-java] Re: Is it possible to write a proxy using servlet in GAE?

2009-09-10 Thread Jason (Google)
What do you see when you go to appid.appspot.com:80 directly in the browser? Do you see the header information printed out or do you see a static file like index.html? If you change the URL pattern, say /proxy instead of / (i.e. http://appid.appsot.com:80/proxy), does it work? - Jason On Wed,

[appengine-java] Unable to deploy with 1.2.5 SDK (.jsp' does not match expression '^(?!\^)/|\.|(\(.).*(?!\$).$')

2009-09-10 Thread fat bold cyclop
I wanted to try new features of GAE so I updated the eclipse plugin (which came with new SDK). I have a clean (meaning fresh from svn, working) project. I change the SDK version to 1.2.5. I run the project on my dev server and everything is fine. Now I try to deploy to the server and get an