Hi, i want to find a node, that contains e.g. "controlType : link" and from this node i want to get the name nodeData... ("name" and "controlType" are nodeDatas under the same node) i tried it that way: SELECT name FROM nt:base WHERE controlType LIKE 'link' but it only returns handles like: "/modules/templating/dialogs/fs/presentLink/tab" i even can do this: SELECT abcdefghijk FROM nt:base WHERE controlType LIKE 'link' and get the same results as mentioned above... so what am i doing wrong? Is there always the "*" nevertheless what i write - or do i have the wrong "Result Item Type" ? thx for any help -- View this message in context: http://www.nabble.com/JCR-only-returns-handles---tf3564315.html#a9955736 Sent from the Jackrabbit - Users mailing list archive at Nabble.com.