Piergiorgio Lucidi created CONNECTORS-1705:
----------------------------------------------
Summary: CMIS Integration Test suite is broken
Key: CONNECTORS-1705
URL: https://issues.apache.org/jira/browse/CONNECTORS-1705
Project: ManifoldCF
Issue Type: Bug
Components: CMIS connector
Reporter: Piergiorgio Lucidi
The current integration test suite of the CMIS Connector is broken due to some
classloading issue related to the OpenCMIS Server.
So we have to patch the WAR file including the following changes.
Here the list of dependencies that we have to remove from the OpenCMIS Server
WAR:
* cxf-core-3.0.12.jar
* cxf-rt-bindings-soap-3.0.12.jar
* cxf-rt-bindings-xml-3.0.12.jar
* cxf-rt-databinding-jaxb-3.0.12.jar
* cxf-rt-frontend-jaxws-3.0.12.jar
* cxf-rt-frontend-simple-3.0.12.jar
* cxf-rt-transports-http-3.0.12.jar
* cxf-rt-ws-addr-3.0.12.jar
* cxf-rt-ws-policy-3.0.12.jar
* cxf-rt-wsdl-3.0.12.jar
* log4j-slf4j-impl-2.6.1.jar
* log4j-core-2.6.1.jar
* log4j-api-2.6.1.jar
And below the list of JARs we need to add in the OpenCMIS Server WAR:
* jax-ws-api-2.3.1.jar
* log4j-slf4j-impl-2.17.2.jar
* log4j-core-2.17.2.jar
* log4j-api-2.17.2.jar
* activation-1.1.1.jar
* cxf-core-3.0.12.jar
* cxf-rt-bindings-soap-3.5.2.jar
* cxf-rt-bindings-xml-3.5.2.jar
* cxf-rt-databinding-jaxb-3.5.2.jar
* cxf-rt-frontend-jaxws-3.5.2.jar
* cxf-rt-frontend-simple-3.5.2.jar
* cxf-rt-transports-http-3.5.2.jar
* cxf-rt-ws-addr-3.5.2.jar
* cxf-rt-ws-policy-3.5.2.jar
* cxf-rt-wsdl-3.5.2.jar
--
This message was sent by Atlassian Jira
(v8.20.7#820007)