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
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
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
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
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
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
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
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
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