setSubject(subject);
return createConnectionProxy(obj, requestInfo, subject);
} catch (WebServiceException wse) {
throw new ResourceAdapterInternalException(new Message("FAILED_TO_GET_CXF_CONNECTION",
BUNDLE, requestInfo).toString() , wse);
} finally {
Thread.currentThread().setContextClassLoader(orig);
}
}