hi,
i am using spring together with hibernate. all works fine, but i am stuck with the following problem:
if i have one-to-one or many-to-one relations, i want to use outer-joins instead of firing a lot of select statements. therefore i declared my classes as proxies for themselves with <class name="..." ... lazy="true">.
but this doesnt work for me, because of using spring i always get an exception, that the session is already closed.
i would really appreciate any help.
thanks in advance
marco


Reply With Quote