-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: LazyInitializationException
PostPosted: Fri Jul 17, 2009 11:23 am 
Newbie

Joined: Thu Jan 24, 2008 1:35 am
Posts: 9
Hello

I am getting a LazyInitializationException and would appreciate some guidance as to how I can work around this.

I have the following structure:

Group class
- collection of Users
- Attributes
There is a many to many releationship between User and Group and I am using lazy loading to avoid having to load users until its necessary.

I am also exposing operations that return these objects as a web service. As part of the web service, these object get serialized and I get a LazyInitializationException. I dont always want to get the User information. Is there a way that I can serialize these objects and not these exceptions?

How are other people addressing this type of problem?

Thanks


Top
 Profile  
 
 Post subject: Re: LazyInitializationException
PostPosted: Fri Jul 17, 2009 7:26 pm 
Senior
Senior

Joined: Wed Sep 19, 2007 9:31 pm
Posts: 191
Location: Khuntien (Indonesia)
I think it's better if you use your own pojo in web service instead of using the pojo from hibernate

suneetshah2000 wrote:
Hello

I am getting a LazyInitializationException and would appreciate some guidance as to how I can work around this.

I have the following structure:

Group class
- collection of Users
- Attributes
There is a many to many releationship between User and Group and I am using lazy loading to avoid having to load users until its necessary.

I am also exposing operations that return these objects as a web service. As part of the web service, these object get serialized and I get a LazyInitializationException. I dont always want to get the User information. Is there a way that I can serialize these objects and not these exceptions?

How are other people addressing this type of problem?

Thanks


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.