[appengine-java] Re: GAE/J with Flex Session

2009-11-18 Thread Yuliang-Yang
when I writing this,I try to re-set the attribute, it works, at the end of second set the client again. FlexContext.getFlexSession().setAttribute(client, _session); 2009/11/18 magic.yang zju...@gmail.com first request: login by username and pwd, and create the session _session = new

[appengine-java] web.xml version=2.5 is not supported

2009-11-18 Thread Nacho Coloma
Hi all, I have been trying to use the following web.xml elements in GAE: jsp-config jsp-property-group url-pattern*.jsp/url-pattern el-ignoredfalse/el-ignored

[appengine-java] Re: Concurrency In Transaction

2009-11-18 Thread ted stockwell
On Nov 17, 10:27 pm, Rusty Wright rwright.li...@gmail.com wrote: Ah, thanks.  So if I knew how many servers my cloud is made of then I should use that number for my MAX_RETRIES.  ;-) I'm curious about how others are handling the exceptions.  The JDOCanRetryException is subclassed by other

Re: [appengine-java] web.xml version=2.5 is not supported

2009-11-18 Thread Derek Berube
One of the issues that you are going to encounter is the mismatch between the JSP API defined in GAE and the implementation of that API provided. As documented in bug 1506http://code.google.com/p/googleappengine/issues/detail?id=1506, GAE includes the JSP 2.1 specification (found in the

Re: [appengine-java] Configuring JSF 2.0 to run on Google App Engine

2009-11-18 Thread Derek Berube
Denden, What does your web.xml look like? What libraries to you have in the WEB-INF/lib directory of your web application? Are you trying to use a component library such as ADF, RichFaces, or ICEFaces? I have a working version of the JSF2 framework running on GAE posted at

Re: [appengine-java] JDO : setting filter ! MyList.contains(\tag) OR MyList.doesnotcontains(\tag)

2009-11-18 Thread Prashant
Thanks a lot... -- 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 this group, send email to

[appengine-java] Re: Spring Web Flow

2009-11-18 Thread Dieter Hubau
Indeed, I have created a similar thread over there: http://forum.springsource.org/showthread.php?t=80572 If anyone has any clue what could have been wrong, or wants to help me and wants to see some of the code, let me know! On Nov 13, 10:08 pm, Rusty Wright rwright.li...@gmail.com wrote: Have

[appengine-java] Re: Exception When Uploading Application To AppEngine

2009-11-18 Thread gholler
I'm seeing the same thing here. All of a sudden I can't deploy to the cloud. I'm using gae 1.2.2, and I'm getting the exact same error. The only thing that may have an effect is that I had someone else on my team deploy to the same account (different app id), since then I haven't been able to

[appengine-java] Reading from the database

2009-11-18 Thread teboho
Hi How do i read items in the database in order to display that data to the user per say? -- 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

[appengine-java] Re: Session handleing example

2009-11-18 Thread Obelix
Ikai Even this basic page scope isn't working for me. public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException, ServletException { req.setAttribute(helloWorld, Testing); RequestDispatcher dispatcher =

[appengine-java] Re: Configuring JSF 2.0 to run on Google App Engine

2009-11-18 Thread andyz
Denden, I have same problem. the root cause is the version of Mojarra2.0.0 if you open jsf-impl.jar, there is a file: META/taglib/ui.taglib.xml notice the tag remove tag-nameremove/tag-name handler-class/handler-class handler-class is NOT defined. this would cause a problem and

[appengine-java] Re: Configuring JSF 2.0 to run on Google App Engine

2009-11-18 Thread andyz
Denden, I have the same problem as you. I found the root cause. The library jsf-impl.jar you(and I ) is in downloaded zip file: mojarra-2.0.0-FCS-binary.zip. if you open jsf-impl.jar, there is a file: META-INF/taglib/ ui.taglib.xml. at the end of this file: tag-nameremove/tag-name

[appengine-java] Re: NullPointer on key

2009-11-18 Thread IlyaE
Running into another issue. So i'm detaching my object and passing it along in a session. I'm now getting this error WARNING: javax.jdo.JDODetachedFieldAccessException: You have just attempted to access field contactInfo yet this field was not detached when you detached the object. Either dont

Re: [appengine-java] Re: Time zones implementation is broken in Java AppEngine

2009-11-18 Thread Alexander Kolesnikov
Issue 2330 - still nothing is done about this. On Tue, Oct 27, 2009 at 6:55 PM, Jason (Google) apija...@google.com wrote: At the very least, the local and production environments should have identical behavior, and I agree that App Engine should not be returning GMT for well-established time

[appengine-java] Re: Cannot retrieve value of the newly created attribute in a JDO

2009-11-18 Thread joedev
Would you share the solution with us? please On Nov 7, 3:59 am, delightwjk delight@gmail.com wrote: I have fixed this problem. Thanks. On Nov 6, 11:05 am, delightwjk delight@gmail.com wrote: Thank you Jorge, I checked the document you mentioned, but i'm still not sure what is

[appengine-java] Re: Xalan

2009-11-18 Thread metamesh
Hi, I have the same problem when using the xml tags of jstl with appengine 1.2.6. I also tried to put the missing class into the WEB-INF/classes/... folder but still no success. Note that http://code.google.com/p/googleappengine/issues/detail?id=2180 has not a fix but only verifies that the

Re: [appengine-java] 500 Internal Server Error, when update appl

2009-11-18 Thread Ikai L (Google)
What is your app ID? Can you also provide the following details: - application ID - SDK version. Also include whether it is Python or Java - Operating System - Whether this is the first push or not - Are you behind a proxy? As much information as you can give me would be helpful. On Mon, Nov

Re: [appengine-java] Re: Session handleing example

2009-11-18 Thread Ikai L (Google)
Doyou see these issues locally or when deployed? On Tue, Nov 17, 2009 at 9:03 PM, Obelix anand.sanka...@gmail.com wrote: Ikai Even this basic page scope isn't working for me. public void doGet(HttpServletRequest req, HttpServletResponse resp) throws

[appengine-java] Re: Can't send mail with attachment using JavaMail API

2009-11-18 Thread mably
I'm just sending a simple mail from my Gmail account with an embedded gif image. I can perfectly read it from my mail servlet handler but when I try to relay it (cf. code from first message) I get this annoying Converting attachment data failed error which seems to be specific to GAE. Here is

Re: [appengine-java] Re: Can't send mail with attachment using JavaMail API

2009-11-18 Thread Ikai L (Google)
What I mean is, is this code working on a different mail server? On Wed, Nov 18, 2009 at 2:00 PM, mably fm2...@mably.com wrote: I'm just sending a simple mail from my Gmail account with an embedded gif image. I can perfectly read it from my mail servlet handler but when I try to relay it

[appengine-java] Re: Looking for Bulk Loader beta testers

2009-11-18 Thread Matthew Blain
Hi everyone, Thanks for the response so far--we'll be getting back to you over the next few days. I'd like to point out an existing feature which will be helpful to many of you: --dump and --restore. This will download or upload all of the entities for a particular Kind and save them in a local

[appengine-java] Re: Can't send mail with attachment using JavaMail API

2009-11-18 Thread mably
Of course, the code above doesn't need to be run in mail handler servlet :-) On Nov 19, 12:01 am, mably fm2...@mably.com wrote: I've written a simple class sending an HTML email with an embedded image (cf. below) via GMail SMTP.  It works perfectly fine when run locally from Eclipse. The

Re: [appengine-java] Re: Can't send mail with attachment using JavaMail API

2009-11-18 Thread Ikai L (Google)
That's good information to know. We are not using Sun's JavaMail implementation, so it's possible there are points of incompatibility. There's one last thing you may want to try: http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/mail/package-summary.html The above page

[appengine-java] Re: Can't send mail with attachment using JavaMail API

2009-11-18 Thread mably
I haven't found a way to set a Content-ID header on a mimebodypart/ attachment using the low-level API. The MailService.Attachment class is quite rudimentary (only filename and data). May be some part of the low level API are still undocumented ? Thanx for all. On Nov 19, 12:25 am, Ikai L

Re: [appengine-java] Problems with large request/response headers

2009-11-18 Thread Ikai L (Google)
Matt, There probably isn't anything you'll be able to do in the meantime. You may not see this when deployed since we are not using a different servlet engine in production. Can you go ahead and open an issue here for us to upgrade our SDK's version of Jetty?

[appengine-java] Unable to update app: null

2009-11-18 Thread Leonard Siu
I received the following error when I tried to deploy an application to google hosted appengine (GAE/J). Any idea what could have cause the problem? com.google.appengine.tools.admin.AdminException: Unable to update app: null at com.google.appengine.tools.admin.AppAdminImpl.update

Re: [appengine-java] 500 Internal Server Error, when update appl

2009-11-18 Thread Jackob
- aapcore - appengine-java-sdk-1.2.6 - Win XP - Several first times it was work fine - no proxy On Wed, Nov 18, 2009 at 11:42 PM, Ikai L (Google) ika...@google.com wrote: What is your app ID? Can you also provide the following details: - application ID - SDK version. Also include whether

[appengine-java] Re: Unable to update app: null

2009-11-18 Thread Leonard Siu
I solved my own problem. It turned out an empty url-pattern / in security-constraint web-resource-collection in my web.xml is causing this error. On Nov 19, 11:10 am, Leonard Siu leonard@gmail.com wrote: I received the following error when I tried to deploy an application to google hosted

[appengine-java] Re: GAE status / availalbility problems?

2009-11-18 Thread Diana Cruise
Excellent news. How long did it take to resolve this matter and what was the impact to your Users? I assume you would agree we could avoid this type of problem by only using the data types listed here right? http://code.google.com/appengine/docs/java/datastore/dataclasses.html#Core_Value_Types