iBatis.Net异步多线程 操作Ibatis报错

 

 

            DomSqlMapBuilder builderProduct = new DomSqlMapBuilder();
            sqlMapProduct = builderProduct.Configure("sqlmapProduct.config");

 

异步调用的时候,没有ibastis上下文信息。

 

后来添加了   SessionStore
            sqlMapProduct.SessionStore = new HybridWebThreadSessionStore(sqlMapProduct.Id);

代码后,就正常了

你可能感兴趣的:(iBatis.Net异步多线程 操作Ibatis报错)