hi thomas,

thanks for the info .. this works also fine
but as described in 
https://issues.apache.org/jira/browse/JCR-1248
i think this should handle jackrabbit by a util class internal that we get no 
exception

BR,
claus

-----Ursprüngliche Nachricht-----
Von: Thomas Mueller [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 03. Dezember 2007 14:08
An: [email protected]
Betreff: Re: FullText Search Problem


Hi,

> > //element(*, nt:base)[jcr:contains(., 'test\!')]
> '\!' is not a valid escape sequenece in java ....

Try "//element(*, nt:base)[jcr:contains(., 'test\\!')]";

Regards,
Thomas

Reply via email to