assertRunning(kernel, thirdOutCF);
ObjectName thirdOutMCF = NameFactory.getResourceComponentName(null, null, null, null, "ThirdTestOutboundConnectionFactory", NameFactory.JCA_MANAGED_CONNECTION_FACTORY, j2eeContext);
assertRunning(kernel, thirdOutMCF);
kernel.stopGBean(objectName);
} finally {
if (ds != null) {
Connection connection = null;
Statement statement = null;
try {