Hi
I am developing a CMIS api java with methods for documents and folders.
I'm using the Eclipse IDE, a Maven project, and the OpenCMIS dependencies.
I do the JAR import of the Java project into the Powerbuilder project and everything goes well.
When I call in Powerbuilder project the method for returning a list of documents, everything works fine, the list is saved in the Powerbuilder project.
The problem is that when I try to get a document from the list saved in the Powerbuilder project an error occurs.
Failed to find the proxy to represent the Java class:
org.apache.chemistry.opencmis.client.runtime.DocumentImpl
It implements the following interfaces:
org.apache.chemistry.opencmis.client.api.DocumentImpl;
This error also happens with other object types
What am I going to do wrong?
Thanks for the help and sorry for my English