continue;
}
String adapterName = (String) each.getConfiguration().get( "adapter" );
Adapter adapter = getAdapter( adapterName );
if (adapter == null) {
log.warnf( "Not enabling XA for unknown adapter type: %s", adapterName );
continue;
}
if (adapterIds.add( adapter.getId() )) {
processDriver( phaseContext, adapter, applicationDir );
}
try {
ServiceName dsVerifierServiceName = processDataSource( phaseContext, each, adapter );