Re: Dropping the -docs.zip release package

2014-08-12 Thread Florian Müller
+1 I agree. If someone really needs the documentation offline, it's easy to grab it from the website. - Florian > Hi all, > > I want to propose that, post 0.12.0, we drop (and stop releasing) the > -docs.zip release package from the OpenCMIS release. Here are the > rationales: > > 1. The con

Dropping the -docs.zip release package

2014-08-12 Thread Gabriele Columbro
Hi all, I want to propose that, post 0.12.0, we drop (and stop releasing) the -docs.zip release package from the OpenCMIS release. Here are the rationales: 1. The content of it is duplicated and mirrors stuff that is already publicly available (javadocs, and site docs) 2. Javadocs are also much

Re: Open CMIS 0.11 + Alfresco 4.2 Community Edition Question

2014-08-12 Thread Joshy Augustine
Hi Peter&Sebastian, Thanks again for your help. I did try moving to Lucene as per the instructions found in http://benjaminbaka.wordpress.com/2013/05/23/moving-from-solr-to-lucene-in-alfresco-4-0-e-full-reindex/. (@Sebastian, had to use this link since I am on Alfresco 4.2) I did not get the ori

Re: Open CMIS 0.11 + Alfresco 4.2 Community Edition Question

2014-08-12 Thread Peter Monks
Switching to Lucene is only a partial solution, since full text indexing (which is used by the CONTAINS predicate) is always asynchronous. It's also possible to configure Lucene indexing to be fully asynchronous (like SOLR), although if the target Alfresco server is under your control this may

Re: CMIS 1.1 getObjectParents()

2014-08-12 Thread Florian Müller
Hi Jorge, getParents() is overridden in FolderImpl and calls getFolderParent() and not getObjectParents(). Are you sure that is the cause of your issue? - Florian > Hello everybody, > > we are working on the migration of our systems to CMIS 1.1. > One of the changes applied is in the security

CMIS 1.1 getObjectParents()

2014-08-12 Thread Jorge.MARTIN-CUERVO
Hello everybody, we are working on the migration of our systems to CMIS 1.1. One of the changes applied is in the security part of the navigation services, the CMIS 1.1 specification says that the method getObjectParents() should only accept cmis:document, cmis:policy or cmis:item objects [1] (i

Re: Open CMIS 0.11 + Alfresco 4.2 Community Edition Question

2014-08-12 Thread Sebastian Danninger
Hi Joshy, try to change Alfresco to Lucene indexing instead of Solr then you wont have the delay. We had exactly the same problem. This URL describes it almost (some files that you should delete are not available): http://deepak-keswani.blogspot.co.at/2012/12/how-to-disable-solr-enable-lucene-on.

Re: Open CMIS 0.11 + Alfresco 4.2 Community Edition Question

2014-08-12 Thread Joshy Augustine
Hi Peter, Many thanks for your reply. Based on your explanation, I did some more experiments. I think the results prove that you are right. 1) I put a breakpoint just before session.query(), then used CMIS workbench to verify that the query returned results, then stepped over the breakpoint. I fo

[jira] [Created] (CMIS-833) TCK: SecondaryTypesTest fails with properties

2014-08-12 Thread Jorge Martin Cuervo (JIRA)
Jorge Martin Cuervo created CMIS-833: Summary: TCK: SecondaryTypesTest fails with properties Key: CMIS-833 URL: https://issues.apache.org/jira/browse/CMIS-833 Project: Chemistry Issue Typ