// if the BrokerImpl hasn't been specified, switch to the
// non-finalizing one, since anything claiming to be a container
// should be doing proper resource management.
if (!Configurations.containsProperty(BrokerValue.KEY, cp.getProperties())) {
cp.addProperty("openjpa." + BrokerValue.KEY, getDefaultBrokerAlias());
}
BrokerFactory factory = getBrokerFactory(cp, poolValue, pui.getClassLoader());
if (transformerException != null) {
Log log = factory.getConfiguration().getLog(OpenJPAConfiguration.LOG_RUNTIME);