Plus the namespace jcrfn has been renamed to jcr.
So in your XPATH query, call jcr:like instead of jcrfn:like and so on...
I'm not sure this change is specific to the port 0.16.4 -> 0.16.4.1, but
at least the remark applies when migrating from 0.16.2 to 0.16.4.1 !
Cheers,
Bertrand.
Stefan Guggisberg wrote:
folks,
i have ported jackrabbit from jcr api 0.16.4 to the latest version 0.16.4.1.
the most importent changes are:
- the concrete *Value classes in javax.jcr have been removed from
the api.
- new method: Session.getValueFactory()
- new interface ValueFactory has been added to the api
jackrabbit compiles but expect things to be a little rough (especially
the tck) during the next couple of hours. we will try to sort any issues
out as quick as possible.
btw: again, i didn't touch anything in contrib. those projects have to be ported
individually.
cheers
stefan