If you're accessing this method as a web service - you should initialize it on the server before passing it to the client.
Matt On 11/6/07, jmowla <[EMAIL PROTECTED]> wrote: > > Hi Matt > amazing!! like always you reply fast :-o, didnt you get some sleep man? ;-) > i'm using the method as a web service, in the method after fetching the > desired object a one-to-many lazy loading relation scanned to find active > instance, but at this point LIE occurred because of accessing lazy-loading > attribute :-( > exception dumped to console of the app and in the client i see the message > based on LIE. > how can i access this attribute successfully? > > > mraible wrote: > > > > Do you get the exception in the UI? If so, uncomment the > > lazyLoadingFilter and its mapping in web.xml. > > > > Matt > > > > -- > View this message in context: > http://www.nabble.com/lazy-initialization-failure-%40-service-tf4762436s2369.html#a13621464 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
