moveable.toNextSibling(SchemaConversionUtils.J2EE_NAMESPACE, "connectionfactory-impl-class");
moveable.moveXml(cursor);
moveable.toNextSibling(SchemaConversionUtils.J2EE_NAMESPACE, "connection-interface");
moveable.moveXml(cursor);
moveable.toNextSibling(SchemaConversionUtils.J2EE_NAMESPACE, "connection-impl-class");
moveable.moveXml(cursor);
//get out of connection-definition element
cursor.toNextToken();
moveable.toNextSibling(SchemaConversionUtils.J2EE_NAMESPACE, "transaction-support");
moveable.moveXml(cursor);
while (moveable.toNextSibling(SchemaConversionUtils.J2EE_NAMESPACE, "authentication-mechanism")) {