_dataSource = container.getDataSource();
_xaDataSource = container.getXADataSource();
_readDataSource = container.getReadDataSource();
_configManager = new AmberConfigManager(this);
// needed to support JDK 1.4 compatibility
try {
bindProxy();
} catch (Throwable e) {