提交 8e3354c1 编写于 作者: J jurgen

Context init fix

上级 1358f2fd
......@@ -105,11 +105,12 @@ public class JDBCExecutionContext extends AbstractExecutionContext<JDBCDataSourc
log.warn("Can't check auto-commit state", e); //$NON-NLS-1$
}
}
// Copy context state
this.dataSource.initializeContextState(monitor, this, forceActiveObject);
this.initContextBootstrap(monitor, autoCommit);
// Copy context state
this.dataSource.initializeContextState(monitor, this, forceActiveObject);
// Add self to context list
this.dataSource.allContexts.add(this);
} finally {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册