[
https://issues.apache.org/jira/browse/CONNECTORS-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969940#comment-15969940
]
Karl Wright commented on CONNECTORS-1290:
-----------------------------------------
There are two major issues with the CONNECTORS-1290-3 code: (1) Logging no
longer works for MCF in general, and (2) the Nuxeo connector tests fail, as
follows:
{code}
Running org.apache.manifoldcf.crawler.connectors.nuxeo.tests.NuxeoConnectorTest
Tests run: 6, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.455 sec <<<
FAILURE! - in
org.apache.manifoldcf.crawler.connectors.nuxeo.tests.NuxeoConnectorTest
mockSimpleIngestion(org.apache.manifoldcf.crawler.connectors.nuxeo.tests.NuxeoConnectorTest)
Time elapsed: 0.009 sec <<< ERROR!
java.lang.NullPointerException: null
at
org.apache.manifoldcf.crawler.connectors.nuxeo.NuxeoRepositoryConnector.getUrl(NuxeoRepositoryConnector.java:364)
at
org.apache.manifoldcf.crawler.connectors.nuxeo.NuxeoRepositoryConnector.processDocumentInternal(NuxeoRepositoryConnector.java:619)
at
org.apache.manifoldcf.crawler.connectors.nuxeo.NuxeoRepositoryConnector.processDocument(NuxeoRepositoryConnector.java:549)
at
org.apache.manifoldcf.crawler.connectors.nuxeo.NuxeoRepositoryConnector.processDocuments(NuxeoRepositoryConnector.java:515)
at
org.apache.manifoldcf.crawler.connectors.nuxeo.tests.NuxeoConnectorTest.mockSimpleIngestion(NuxeoConnectorTest.java:171)
checkMockInjection(org.apache.manifoldcf.crawler.connectors.nuxeo.tests.NuxeoConnectorTest)
Time elapsed: 0.006 sec <<< ERROR!
org.apache.manifoldcf.core.interfaces.ManifoldCFException: Parameter protocol
required but not set
at
org.apache.manifoldcf.crawler.connectors.nuxeo.NuxeoRepositoryConnector.initNuxeoClient(NuxeoRepositoryConnector.java:322)
at
org.apache.manifoldcf.crawler.connectors.nuxeo.NuxeoRepositoryConnector.check(NuxeoRepositoryConnector.java:303)
at
org.apache.manifoldcf.crawler.connectors.nuxeo.tests.NuxeoConnectorTest.checkMockInjection(NuxeoConnectorTest.java:68)
Results :
Tests in error:
NuxeoAuthorityTest.check:48 » ManifoldCF Parameter protocol required but not
s...
NuxeoConnectorTest.mockSimpleIngestion:171 » NullPointer
NuxeoConnectorTest.checkMockInjection:68 » ManifoldCF Parameter protocol
requi...
Tests run: 9, Failures: 0, Errors: 3, Skipped: 0
{code}
> Nuxeo Repository and Authority Connector
> ----------------------------------------
>
> Key: CONNECTORS-1290
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1290
> Project: ManifoldCF
> Issue Type: Improvement
> Affects Versions: ManifoldCF 2.3
> Reporter: Antonio David Pérez Morales
> Assignee: Antonio David Pérez Morales
> Labels: gsoc, gsoc2016, mentor
> Fix For: ManifoldCF 2.8
>
>
> Nuxeo [1] provides an open source content management system platform, also
> known as the Nuxeo Platform, which offers different types of information
> management solutions such as Document Management, Digital Asset Management,
> and Case Management.
> Nuxeo provides a REST API [2] allowing developers to access documents
> information using standard communication and transport protocols.
> Furthermore, Nuxeo provides some adapters to the REST API to provide further
> information, like document ACLs [3].
> [1] https://doc.nuxeo.com/display/NXDOC/Quick+Overview
> [2] https://doc.nuxeo.com/display/NXDOC/REST+API
> [3] https://doc.nuxeo.com/display/NXDOC/Web+Adapters+for+the+REST+API
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)