To avoid slurping up the whole database when we retrieve a single object,
associations must support lazy initialization. This is usually referred to
as "faults" though I've never figured out exactly where that term comes
from. So an object returned by Hibernate might really just be a dynamic
CGLIB proxy object. Likewise, a collection might be empty. The proxy or
collection would be initialized when accessed in the JSP.


> There shouldn't any errors in the JSP... and why would you want to
rollback
> if there were? Your business data was finished, shouldn't the TX finish as
> well?




-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to