javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/apache/chemistry/opencmis/client/api/SessionFactory Can u tell me where i am wrong plz help me i have aatched all jar file
If you are using Alfresco 4.0 then you are likely using OpenCMIS 0.6. That class is in chemistry-opencmis-client-api-0.6.0-SNAPSHOT.jar. Is that JAR in your web application's classpath? For example, you can find it in alfresco/WEB-INF/lib but maybe your JSP is not in the alfresco web app and is instead in some other web app that does not have the JAR?