Hi there, 
        
The issue AR-ISSUE-280 was just created by Bartosz Pierzchlewicz 
(bpierzchlewicz).
        
        Key: AR-ISSUE-280
        Summary: Setting IsolationLevel on TransactionScope doesn't work
        Type: Bug
        Importance: High
        
        Description:
        TransactionScope have to override OpenSession and use :
public override ISession OpenSession(ISessionFactory sessionFactory,
 IInterceptor interceptor)
 {
         ISession session = sessionFactory.OpenSession(interceptor);
         SetFlushMode(session);
         if (FlushAction != FlushAction.Never)
                 session.BeginTransaction(isolationLevel);
         return session;
 }
If not, the AbstractScope.OpenSession is called, which doesn't have information 
about
 isolationLevel and dont use it.
        
For more, see 
http://support.castleproject.org/projects/AR/issues/view/AR-ISSUE-280
 
        
--
donjon
by Castle Stronghold
http://www.castle-donjon.com


-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Development List" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-devel?hl=en.

Reply via email to