All -
Does anyone know how long Java sessions are around for when making use
of the servlet session interface that GAE implements ?
Thanks in advance.
..Chris
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send ema
Issue resolved: the URL class does not have an default constructor so
objectify is throwing the error.
I just wanted to reply to the group so the solution was on record.
On Jan 25, 11:22 am, Christopher Johnson wrote:
> All -
>
> I had question about supported property types for
All -
I had question about supported property types for Java, I'm working
with GAE and Objectify and one of my embedded objects has a
java.net.URL member, when trying to store the object I get the
following error:
java.lang.IllegalArgumentException java.net.URL is not a supported
property type.
All -
I'm a little new to app engine and JDO, but before I dive to far into
my project I wanted to ask a question on how to query for stored data.
I have some something that looks like this:
@PersistenceCapable
public class User{
@Persitant
private List
...
}
Is it possible