cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 5.0, webscript 'cmis' not defined

dhartford
Champ on-the-rise
Champ on-the-rise
Hi all,
I have some dashlets that use the webscript cmis feature, and also have external tools that inject via standard CMIS.

In alfresco 5.0.c, the injection over HTTP CMIS seems to work fine, but the webscripts no longer seem to have a reference to cmis.


ReferenceError: "cmis" is not defined

The same webscripts work in alfresco 4.2.f, so has something changed?



   var cmisConnection = cmis.getConnection();
   var cmisSession = cmisConnection.getSession();
….

1 REPLY 1

sofia
Champ in-the-making
Champ in-the-making
Hello,
I have the same problem "ReferenceError: "cmis" is not defined" when I try to use cmis in one of my webscripts. Have you solved your problem ? please I need your help