> > My Mistake Marcel. I was using == on the query instead of =. If you use = > then it runs ok.
Thanks, and sorry for the false alarm :) Martin > 4 - //element(*,mix:content)[jcr:contains(.'phrase') and @jcr:primaryType > > =='nt:frozenNode'] : And also very interesting; this query does not > return > > anything. It hangs !!! > > could you create a jira issue and attach a thread-dump when jackrabbit > hangs. that will help a lot to fix this issue. > > and just to avoid confusion. I assume the two typos in the query are > just copy-paste mistakes, right? > > what you really execute as query is the following, I assume: > > //element(*,mix:content)[jcr:contains(.,'phrase') and @jcr:primaryType > = 'nt:frozenNode'] > > regards > marcel >