hi users, i want to make a fulltext search like this ... /jcr:root/tirolgvat[1]//element(*, nt:base)[jcr:contains(., 'test!')]
then i get this exception... javax.jcr.RepositoryException: Exception building query: org.apache.jackrabbit.core.query.lucene.fulltext.ParseException: Encountered "<EOF>" at line 1, column 6. i know the problem is the "!" sign i tried to encode it first with the ISO9075 Class but then the query works but i get no results any hints are welcome :-) BR, claus
