Can we get Alfresco webscript ticket from cmis session object?
ForumsAlfresco APIHi,I am using Alfresceo v5.0.1 and cmis in my project. I want to call Alfresco webscript. I saw some online and noticed we need ticket for that.I wonder is there is any way to get...
View ArticleLoadRunner upload time is high when compared to the manual response time
ForumsAlfresco APIWe are working on performance testing of Alfresco where the user can upload files (PDF/DOCX etc), download files, Edit offline (Kind of checkout), upload new version (kind of check in...
View Articlemoving folder
ForumsAlfresco APIhello when i try to move a folder to another from odoo i am using cmislib i have this bug : i am using cmis:parentId parentFolder =...
View ArticleCmis query: ordering multivalue property
ForumsAlfresco APIHello,It's possible use a multivalue custom property like:<property name="sm:area"><type>d:text</type><multiple>true</multiple><index...
View Articlecreate folder using rest
ForumsAlfresco APII want to create a folder using CMIS rest api, the cmisaction : createFolder is unsupported, Ant ideas ?
View ArticleHow to check read permission for sites and documents with CMIS
ForumsAlfresco APIHello,I'm starting to use the openCMIS java api to access my alfresco repository and there is something that I don't understand about rights management. the openCMIS api allows me to...
View ArticleCmis checkin problem
ForumsAlfresco APIHi,I am using widows server 2008 and alfresco Community - 5.0.0 (d r99759-b2). I have a constraint that I cannot use any library. Please suggest the solution and please update the...
View Article404 entity with id x not found
ForumsAlfresco APIHi :)I've installed alfresco community edition and I'm testing the Core REST api directly on my web browser.Given a user called 'Gary' (created with Share), I tested the following...
View ArticleCmis-article update
ForumsAlfresco APIHi Jeff,Can you please provide us updated article of http://xml.coverpages.org/Potts-Optaros-CMIS-Tutorial-200912.pdf so that we can have easy way in going through cmis calls. I am...
View ArticleDisabling MTOM for CMIS SOAP
ForumsAlfresco APIIn our ERP system, I have to support integration library using SAAJ, integrating with various Content Management systems using CMIS SOAP interface. That is really big chunk of legacy...
View Articlecreate a site in alfresco
ForumsAlfresco APIhello, i am trying to create a site in alfresco by using WEB SCRIPT" POst http://localhost:8080/share/service/modules/create-site" i tested this java code that generates no errors and...
View ArticleCMIS and workflows
ForumsAlfresco APIHi all,I'm trying to launch an activiti workflow from an external application via CMIS, but I can't find a way to make it work. I read that it's possible (at leas in version 3.4...
View ArticleCMIS Query with IN_FOLDER
ForumsAlfresco APIHI !I really don't understand why my query doesn't work.SELECT cmis:versionSeriesId as id,cmis:name as name,cmis:contentStreamMimeType as type,cmis:creationDate as...
View ArticleAlfresco CMIS query working with AND but not with OR
ForumsAlfresco APII'm trying to get search result in alfresco using cmis query.The below query runs fine and returns resultSELECT * FROM my:content WHERE (cmis:name Like '%a%' And my:description Like...
View Articlebehaviour not triggered on property changed
ForumsAlfresco APIHi all,I'm trying to bind an Alfresco behaviour to a certain custom aspect preoperty change, but it isn't never triggered.My aspect is defined as follows: <aspect...
View ArticleCreate relationship using cmis
ForumsAlfresco APII want to make a rest call using rest CMIS rest call to create a relationship (association) between two files, Does anyone know how to implement this ?
View Articleintegrity check when adding a document
ForumsAlfresco APIhello,i am trying to add a document to alfresco with a java code :public class AspectExample { private staticfinalString CM_TITLE ="cm:title"; private staticfinalString CM_DESCRIPTION...
View ArticleCMIS Query with ORDER BY
ForumsAlfresco APIHI, I'm afraid to ask another dumbass question...After few hours of googling, I don't see anything about my error.Why this cmis query works on Alfresco 5.1 but doesn't work on...
View ArticleA document has a cmis:contentStreamFileName value of null, I have never seen...
ForumsAlfresco APIDear all,In out-of-the-box Alfresco Community 5.1.e I stumble upon this very rare case of a document with a null cmis:contentStreamFileNameIs it an Alfresco bug? If it is not a bug,...
View ArticleApache CMIS PHP versioning
ForumsAlfresco APIHi,I'm using the Apache Chemistry CMIS PHP client to upload documents from a local folder to Alfresco. Here's the PHP code I'm currently...
View Article