10-18-2011 06:46 PM
OpenCMIS has a local binding type for same JVM deployment. Dose Nuxeo repository support it? If yes, how to configure it, specificly what is the value of SessionParameter.LOCAL_FACTORY?
10-19-2011 12:44 PM
The preferred way to access a local Nuxeo instance through OpenCMIS client API using local bindings is to build a NuxeoSession
(which implements org.apache.chemistry.opencmis.client.api.Session
) . You can build it from a NuxeoRepository
(costly to build, so do it once) and a CoreSession
. You can pass null for the CallContext
.
10-19-2011 12:44 PM
The preferred way to access a local Nuxeo instance through OpenCMIS client API using local bindings is to build a NuxeoSession
(which implements org.apache.chemistry.opencmis.client.api.Session
) . You can build it from a NuxeoRepository
(costly to build, so do it once) and a CoreSession
. You can pass null for the CallContext
.
10-19-2011 06:34 PM
The online documentation has an example of the OpenCMIS local binding usage from the Nuxeo JVM.
10-25-2011 08:37 AM
Note that the page above describes the use of NuxeoCmisService
which represents the local SPI (which is the other way to use OpenCMIS directly from Nuxeo).
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.