Hi,
I am using SelfServicing. When I use a UOW I get locked records in my database. Even after I have committed or rollbacked. Even when I use a transaction with ReadUnCommitted.
I don't get locks when I use normal Save behavior of my entities, only when I use a UOW. Why is this? Am I doing something wrong?
I just add some 3 collections, 1 entity and 1 SP to my UOW and then try to commit everything, so it's not that I have that much functionality in my UOW at this moment.
Gr.,
G.I.