Re: java.lang.IllegalStateException: Trying to check out a session twice in one RR loop

2013-12-11 Thread Quinton Dolan
If you do something like 'return new DirectActionClass(request()).someAction();’ in your direct action method it can cause this. On 6 Dec 2013, at 3:59 pm, Chuck Hill wrote: > Try logging out a stack trace in Application.restoreSessionWithID(). You > must be doing something, this is not an

Re: Inheritance and prefetching

2013-12-11 Thread Ken Anderson
Happy to help! Sometimes it pays to be a dinosaur :) Ken > On Dec 11, 2013, at 12:05 PM, Alexis Tual wrote: > > Many thanks Ken, that was it ! > I've added all back-pointing relationships (no need to generate attributes > for them) and prefetch works, even on the parent entity (A in my exampl

Re: Inheritance and prefetching

2013-12-11 Thread Alexis Tual
Many thanks Ken, that was it ! I've added all back-pointing relationships (no need to generate attributes for them) and prefetch works, even on the parent entity (A in my example), that's a great improvement ! Cheers, Alex 2013/12/9 Alexis Tual > Yes it's referencing A in my example. Do I hav