[appengine-java] Problem with Data Store using JDO Query

2009-11-07 Thread Java Java
oundedThreadPool.java:442) --~--~-~--~~~---~--~~ 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 [email protected] To unsubscribe from this gro

[appengine-java] Re: Retrieving child records using entity group parent's primary key.

2009-08-25 Thread java
n your Customer class that you used to > persist the AccountInfo entities in the first place. > > See the documentation on Relationships for more information, and please let > me know if you have any more questions, and please feel free to paste your > JDO classes inline. > > http://co

[appengine-java] Issue to retrieve the data

2009-08-25 Thread java
Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/gr

[appengine-java] Re: Querying sub objects with JDOQL in GAE/J

2009-12-23 Thread java
t, I get the > results, but when I use a field in the sub-object of Employee (i.e. > ContactInfo) I get an error. > > Any help??? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send ema

[appengine-java] Sub-object add and retrieve with filter

2009-12-30 Thread java
uirement facing more because every class object has some relations at the time of retrieve data need filters on sub- objects so please help me out. Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to th

[appengine-java] error is coming on appspot but local working fine

2010-01-20 Thread java
com.google.apphosting.runtime.jetty.SessionManager.serialize (SessionManager.java:361) Please help me out. Thanks -- 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 [email protected]. To unsubscribe from this g

[appengine-java] Re: error is coming on appspot but local working fine

2010-01-22 Thread java
and so must be made   > serializable.  On the local dev server the session is not serialized   > so you do not get this exception. > > On 20 Jan 2010, at 18:13, java wrote: > > > > > Hello > > > I am developed a page which is working fine at local machine but whe

[appengine-java] Discussion on will-it-play-in-app-engine

2010-08-05 Thread Java Guru
Any specific reason why Java API for XML parsing is not supported. I understand that there would be more CPU usage, since XML parsing uses more processor. But apart from that is there any reason why this is not supported. As is see lot of frameworks are already supported like struts, spring

[appengine-java] Help With Images In Java

2009-11-23 Thread java-dev
hi all, I need some help with images in appengine using java. Now I have sucessfully uploaded an image file and stored it to the datastore. I am also able to read back the stored image (as a byte[] array). Now the issue is, how do I display this image in my jsp page