GerConnectiondefinitionInstanceType connectiondefinitionInstance = connectiondefinitionInstances[k];
cursor = connectiondefinitionInstance.newCursor();
try {
if (cursor.toFirstChild()) {
if (cursor.toNextSibling(GLOBAL_JNDI_NAME_QNAME)) {
cursor.removeXml();
updated = true;
}
if (cursor.toNextSibling(CREDENTIAL_INTERFACE_QNAME)) {
cursor.removeXml();
updated = true;