Return-Path: X-Original-To: apmail-chemistry-dev-archive@www.apache.org Delivered-To: apmail-chemistry-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 22B74FA61 for ; Tue, 2 Apr 2013 13:23:23 +0000 (UTC) Received: (qmail 35610 invoked by uid 500); 2 Apr 2013 13:23:22 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 34832 invoked by uid 500); 2 Apr 2013 13:23:17 -0000 Mailing-List: contact dev-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list dev@chemistry.apache.org Received: (qmail 34772 invoked by uid 99); 2 Apr 2013 13:23:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 13:23:16 +0000 Date: Tue, 2 Apr 2013 13:23:16 +0000 (UTC) From: "Randall Hauch (JIRA)" To: dev@chemistry.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CMIS-618) This operation requires that the node be versionable (that is, isNodeType("mix:versionable") == true) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CMIS-618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13619791#comment-13619791 ] Randall Hauch commented on CMIS-618: ------------------------------------ [~mduerig], have you had a chance to review this? If the patch is acceptable, can you estimate when this might be incorporated into a release? > This operation requires that the node be versionable (that is, isNodeType("mix:versionable") == true) > ----------------------------------------------------------------------------------------------------- > > Key: CMIS-618 > URL: https://issues.apache.org/jira/browse/CMIS-618 > Project: Chemistry > Issue Type: Sub-task > Components: opencmis-server-jcr > Affects Versions: OpenCMIS 0.9.0 beta 1 > Reporter: Ivan Vasyliev > Attachments: versioningType.patch > > > TCK executed with modeshape profile. Modeshape does not support mix:simpleVersionable. > Stacktrace: > org.apache.chemistry.opencmis.commons.exceptions.CmisStorageException: This operation requires that the node be versionable (that is, isNodeType("mix:versionable") == true) > at org.apache.chemistry.opencmis.client.bindings.spi.webservices.AbstractWebServicesService.convertException(AbstractWebServicesService.java:117) > at org.apache.chemistry.opencmis.client.bindings.spi.webservices.ObjectServiceImpl.createDocument(ObjectServiceImpl.java:86) > at org.apache.chemistry.opencmis.client.runtime.SessionImpl.createDocument(SessionImpl.java:726) > at org.apache.chemistry.opencmis.client.runtime.FolderImpl.createDocument(FolderImpl.java:88) > at org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.createDocument(AbstractSessionTest.java:368) > at org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.createDocument(AbstractSessionTest.java:335) > Proposed fix: > {code} > if(simpleVersionable supported) > use simpleVersionable > else if(versionable supported) > use versionable > else > throw exception > {code} > Could you please elaborate what are the possible issues with jcr bridge when switching to mix:versionable? (EOW, what else needs to be changed?) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira