[jboss-user] [EJB 3.0] - Re: Blob reading causing memory leak?
aidan_b5
do-not-reply at jboss.com
Fri Dec 8 05:11:33 EST 2006
Ok found two problems:
Lazy OneToOne mapping has to have 'optional=false' in order to work
but more seriously;
|
| manager.find(Audit.class, id);
|
|
Causes an infinite loop...........replacing it with a select statement solves the problem but that isn't great.
Does anyone know anything about this?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992204#3992204
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992204
More information about the jboss-user
mailing list