> I thought I was the only one. I had a tough time getting that
> @Transactional(readOnly = true) sorted out as well. For DAOs that only
> have read only operations, I typically annotate with @Transactional at the
> class level and then with @Transactional(readOnly = true) on all the
> methods. Is that the case for you as well?
>


Yes that's what I do, just that when I forget it I get the cryptic exception.

-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

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

Reply via email to