TransactionSupportEnum transSupport = TransactionSupportEnum.NoTransaction;
List<AdminObject> adminObjects = null;
List<ConnectionDefinition> connDefs = null;
SecurityImpl secImpl = new SecurityImpl("", "", true);
PoolImpl poolImpl = new PoolImpl(0, null, 10, Defaults.PREFILL, Defaults.USE_STRICT_MIN,
Defaults.FLUSH_STRATEGY, null);
XaPoolImpl xaPoolImpl = new XaPoolImpl(0, null, 10, Defaults.PREFILL, Defaults.USE_STRICT_MIN,
Defaults.FLUSH_STRATEGY, null, Defaults.IS_SAME_RM_OVERRIDE,
Defaults.INTERLEAVING,
Defaults.PAD_XID, Defaults.WRAP_XA_RESOURCE,