[ 
https://issues.apache.org/jira/browse/CONNECTORS-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13080086#comment-13080086
 ] 

Karl Wright commented on CONNECTORS-234:
----------------------------------------

I merged branches/CONNECTORS-236 into trunk and applied the patch.  It built 
fine but the cmis end-to-end tests failed.  Here's the trace:

    [junit] java.lang.Exception: Job reports error.
    [junit]     at 
org.apache.manifoldcf.cmis_tests.APISanityTest.waitJobInactive(APISanityTest.java:510)
    [junit]     at 
org.apache.manifoldcf.cmis_tests.APISanityTest.sanityCheck(APISanityTest.java:350)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    [junit]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit]     at java.lang.reflect.Method.invoke(Method.java:616)
    [junit]     at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
    [junit]     at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
    [junit]     at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
    [junit]     at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
    [junit]     at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)

I think the test may need to be updated to use the new code.


> Add the CMIS binding parameter for the CMIS Repository Connector
> ----------------------------------------------------------------
>
>                 Key: CONNECTORS-234
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-234
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: CMIS connector
>            Reporter: Piergiorgio Lucidi
>         Attachments: patch5.txt
>
>   Original Estimate: 3h
>  Remaining Estimate: 3h
>
> The CMIS Repository Connector must include a new configuration parameter to 
> set the CMIS binding protocol.
> This is an important parameter that allows to fit Manifold on each product 
> vendor, this because not all the vendors have implemented all the CMIS 
> bindings.
> This means that the configuration form should have the following 
> possibilities for this new binding parameter:
> - LOCAL (for the JVM local process binding)
> - AtomPub (the CMIS AtomPub protocol)
> - Web Services - SOAP (the CMIS WS-SOAP Protocol)
> This patch should involve only the configuration settings for the CMIS 
> session without changing any lines of code of the process of the CMIS 
> Repository Connector.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to