While I  tried  to use the Spring in GAE, I found this bugs:

I have 3 entity. A B C
their relationships as below:
B many-to-one A
C many-to-one A
Up to now, it's work fine.

But when i add a relationships:
B many-to-one C.
You could find that when you try to persist B via A  (e.g. A.getBlist
().add(B).) the B can't be persisted.

If you use Spring in GAE, you should found it.

I have removed Spring framework from my application.
--~--~---------~--~----~------------~-------~--~----~
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-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to