I tested the recent multi-tenant code in hibernate 4 and it works well
in the mode of the test case (manual session creation). Thanks guys,
great work.
My question is about support for what I see as the more normal usage of
SessionFactory getCurrentSession(). Looking at the current code I canno
et on a
ThreadLocal. That could work for JTASessionContext as well.
>
> On 06/20/2011 02:57 AM, Peter Yuill wrote:
>> I tested the recent multi-tenant code in hibernate 4 and it works well
>> in the mode of the test case (manual session creation). Thanks guys,
>> great