moveable.toCursor(cursor);
cursor.toFirstChild();
cursor.beginElement("outbound-resourceadapter", J2EE_NAMESPACE);
cursor.beginElement("connection-definition", J2EE_NAMESPACE);
moveable.toChild(J2EE_NAMESPACE, "managedconnectionfactory-class");
moveable.push();
//from moveable to cursor
moveable.moveXml(cursor);
while (moveable.toNextSibling(J2EE_NAMESPACE, "config-property")) {
moveable.moveXml(cursor);
}