jmowla wrote:
my problem is how i can initiate lazy loaded relation in service method

Ah--because you aren't in the transaction you think you're in. I bet you didn't name your service interface "*Manager". You need to add an aop:advisor line to your aop:config (applicationContext-service.xml in 1.9.x, anyway) to tell it to start a transaction when you enter a method of your class that implements your "*Service" interface.

-Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to