ObjectName tweedledumAdminObject = NameFactory.getComponentName(null, null, null, null, null, "tweedledum", NameFactory.JCA_ADMIN_OBJECT, j2eeContext);
assertRunning(kernel, tweedledumAdminObject);
}
kernel.stopGBean(objectName);
} finally {
if (ds != null) {
Connection connection = null;
Statement statement = null;
try {