Description
Failing test SimpleQueryTest#testGeneralComparison.
There is no support for 'eq' comparison in xpath currently: "@text eq 'foo'" fails to parse
Jackrabbit 2.x actually supports more than just 'eq': it also supports not equal, and so on (see XPath specification).
This is not required by the JCR 1.0 XPath spec, but we might still want to support it at some point for Jackrabbit 2.x compatibility. See also http://www.day.com/specs/jcr/1.0/6.6.4.11_Comparison_Operators.html