Hi,

On 5/17/07, Phillip Rhodes <[EMAIL PROTECTED]> wrote:
I am trying to run a xpath "and" query which errors out with a
java.lang.ClassCastException: org.apache.jackrabbit.core.query.AndQueryNode

Here is my xpath query:
/jcr:root/stitchesDemo//[EMAIL PROTECTED] = 'ImageContent'] and
/jcr:root/stitchesDemo//*[jcr:contains(.,'test')]

What are you trying to search for? I guess you are looking for the
following query:

   /jcr:root/stichesDemo//[EMAIL PROTECTED]'ImageContent' and
jcr:contains(.,'test')]

BR,

Jukka Zitting

Reply via email to