throw new ServiceInitializationFailedException(this,
"class in parameter '" + MAP_IMPL_PARAMETER + "' must " +
"be derived from TransactionalMapWrapper");
}
this.xaResource = new MapXAResource(this.store);
// FIXME can't set logging because methods are not public, and
// ctor doesn't take a loggerFacade
}