777879808182838485
if (configFileName == null) { logger.error("property-can-not-be-found", CONFIG_FILE_PROPERTY); throw new IllegalStateException(); } openArmAgent = new OpenArmAgent(configFileName); } delegate = openArmAgent.getTransactionFactory(); }