Re: change in children not saved in GWT 2.5.1 after implement OSIV

2013-08-14 Thread Matthew Pitts
On Monday, August 12, 2013 5:26:19 PM UTC-4, Matthew Pitts wrote: On Friday, May 31, 2013 10:50:21 AM UTC-4, Yan wrote: Hi there, I have a Parent object containing a list of Children objects. Both are EntityProxy. My RequestFactory API is to persist the Parent along with Children

Re: change in children not saved in GWT 2.5.1 after implement OSIV

2013-08-12 Thread Matthew Pitts
On Friday, May 31, 2013 10:50:21 AM UTC-4, Yan wrote: Hi there, I have a Parent object containing a list of Children objects. Both are EntityProxy. My RequestFactory API is to persist the Parent along with Children collection. My JPA layer is EclipseLink (JPA 1.0), with entity

Re: change in children not saved in GWT 2.5.1 after implement OSIV

2013-06-05 Thread Thomas Broyer
On Tuesday, June 4, 2013 6:37:45 PM UTC+2, Fernando Castro wrote: The only work around that i have found is to persist the entity child in a diferent request. In my case i have a ParentEntity with a SetChildEntity. When persisting a new set, it work just fine, but when i try to update

Re: change in children not saved in GWT 2.5.1 after implement OSIV

2013-06-04 Thread Fernando Castro
The only work around that i have found is to persist the entity child in a diferent request. In my case i have a ParentEntity with a SetChildEntity. When persisting a new set, it work just fine, but when i try to update the values, the modifications never reach the server. I tried to create a

Re: change in children not saved in GWT 2.5.1 after implement OSIV

2013-06-01 Thread Fernando Castro
Same problem, Still haven't found any good solution, Em sexta-feira, 31 de maio de 2013 11h50min21s UTC-3, Yan escreveu: Hi there, I have a Parent object containing a list of Children objects. Both are EntityProxy. My RequestFactory API is to persist the Parent along with Children

Re: change in children not saved in GWT 2.5.1 after implement OSIV

2013-06-01 Thread Antonio Carlos
I'm having the same issue. Tried to edit the proxy with the same request context as the parent proxy, but no solution. Also tried to create new child proxies and set to the parent, also without sucess; -- You received this message because you are subscribed to the Google Groups Google Web

change in children not saved in GWT 2.5.1 after implement OSIV

2013-05-31 Thread Yan
Hi there, I have a Parent object containing a list of Children objects. Both are EntityProxy. My RequestFactory API is to persist the Parent along with Children collection. My JPA layer is EclipseLink (JPA 1.0), with entity manager cache ENABLED. In UI, I change some property on children