192193194195196197198199200201202
} } //If the ResourceAdapter does not support lazy enlistment //we cannot either if (!handle.supportsLazyEnlistment()) { spec.setLazyEnlistable(false); } handle.setResourceSpec(spec);
189190191192193194195196197198199