first of all, I'd appreciate if anybody could add "apache-chemistry" tag, I have not enough mana for that.
I can't find any information on this local binding, it's the third way of connecting to an OpenCMIS server.
It's the case when one wants to have a shared access layer to a remote repository and a JCR repository running locally, for example. It's obvious how the remote setup works, but I don't understand what this mean:
parameter.put(SessionParameter.LOCAL_FACTORY, "my.local.factory");
EDITED: In the meantime I found it could be the repository connector, into which the data from CMIS clients are converted and pushed, but I'm not sure...
A repository connector has to extend the AbstractServiceFactory class