throw new JBIException(errmsg, t);
}
}
private void initDataSource() throws JBIException {
_db = new Database(_ode._config);
_db.setTransactionManager(_ode.getTransactionManager());
_db.setWorkRoot(new File(_ode.getContext().getInstallRoot()));
try {
_db.start();