Hi,
I am using alfresco opencmis extension in my app successfully as lib added to project in eclipse, but now I decided to migrate to maven. When i start my web app on test tomcat 7 server with oracle java 7 (same as eclipse dev platform configuration) I am getting error:
Exception in thread "pool-1-thread-1" java.lang.NoClassDefFoundError: org/apache/chemistry/opencmis/client/api/TransientCmisObject
All jars are in wars WEB-INF/lib and I have no clue where to look for the resolution of this problem. Alfresco opencmis extension 0.7 is added to local maven repo, and chemistry opencmis ver 11.0 is added as dependency form maven central repo. I am aware that this is not directly related to alfresco opencmis extension, but TransientCmisObject is labeled as deprecated so maybe this is related somehow to the issue.
Any help is highly appreciated.