Re: Request Factory Entity Relationships Lazy Loading

2010-11-18 Thread PJ Herring
} > > I will be very glad to find out how to make it in a better way:) > > On Nov 18, 1:02 am, PJ Herring wrote: > > > > > > > > > So I've been working on this problem with RequestFactory and Lazy > > Loading. I am using a Service Layer to deal with

Request Factory Entity Relationships Lazy Loading

2010-11-17 Thread PJ Herring
So I've been working on this problem with RequestFactory and Lazy Loading. I am using a Service Layer to deal with operations on Domain Objects. I ran into a problem when I was trying to "merge" an object with my Hibernate Domain layer. Hibernate was throwing a "lazy loading" error ("Failed to lazi

RequestFactory EntityProxyChange events

2010-10-21 Thread PJ Herring
Hello, I am using GWT 2.1 RC1 and I have managed to make RPC calls to fetch Entities, which come back as their respective EntityProxy, but I can not seem to make an update request fire off a ProxyChangeEvent. Here is my source: */ public class DonorActivity extends AbstractActivity implement