Hi, On Tue, Jan 13, 2009 at 3:44 PM, Felix Meschberger <[email protected]> wrote: > Jukka Zitting schrieb: >> Agreed. I tried doing that, but unfortunately the current JCR-RMI >> trunk doesn't compile with jcr-commons 1.5.0 due to some recent >> JSR-283 changes. We'll need to resolve that somehow. > > Ui ! I fear the rmi project is not really independent of Jackrabbit, > since it supports the additional Jackrabbit API, hence the dependencies, > probably.
Hmm, in fact it compiles and runs fine with jcr-commons 1.5.0, and that's actually what I have as a dependency in the new JCR-RMI POM. The 1.6-SNAPSHOT dependency is to the new JSR-283 -style RepositoryFactory interface introduced in jackrabbit-api. JCR-RMI has jackrabbit-api as an optional dependency so it can make Jackrabbit-specific API extensions available remotely. Perhaps we should remove the RepositoryFactory implementation in RMI until the next release of jackrabbit-api is available. BR, Jukka Zitting
