with the
container.Register(Component.For<ISessionWrapper>().ImplementedBy<uNhAddIns.CastleAdapters.SessionWrapper>());
now work fine.
with
container.Register(Component.For<ISessionWrapper>().ImplementedBy<uNhAddIns.LinFuAdapters.SessionWrapper>());
i have the problem, in the TransactionProtectionWrapper class of
LinFuAdapter
regards
Stefano
On 9 Dic, 19:47, Stefano Paparesta <
paparesta.stef...@gmail.com>
wrote: