works fine when I run jackrabbit with jdk 1.5, so I guess this is not a
jdk issue.
see also my post to your previous message:
http://article.gmane.org/gmane.comp.apache.jackrabbit.devel/4043
regards
marcel
Martin Perez wrote:
Anyone knows why ServiceRegistry is unable to load any builders?
Iterator it = ServiceRegistry.lookupProviders(QueryTreeBuilder.class);
This is part of the
org.apache.jackrabbit.core.query.QueryTreeBuilderRegistry class. And so, I
can't search using XPath or SQL on my repositories.
I'm using JDK 1.5.0_04. Maybe could that be the reason? Is this a bug? Am I
missing something?
Thanks.
Martin