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 5B40D10F60 for ; Thu, 11 Apr 2013 14:27:17 +0000 (UTC) Received: (qmail 73427 invoked by uid 500); 11 Apr 2013 14:27:17 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 73360 invoked by uid 500); 11 Apr 2013 14:27: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 73350 invoked by uid 99); 11 Apr 2013 14:27:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Apr 2013 14:27:17 +0000 Date: Thu, 11 Apr 2013 14:27:17 +0000 (UTC) From: "Julien Boulay (JIRA)" To: dev@chemistry.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CMIS-501) split chemistry-opencmis-server-bindings into maven jar and war artifact 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-501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13628961#comment-13628961 ] Julien Boulay edited comment on CMIS-501 at 4/11/13 2:26 PM: ------------------------------------------------------------- Same issue as Gert, I wanted to implement my own Authentication Handler by extending BasicAuthCallContextHandler. I've lost almost 1 day before to find this issue and the answer with "classes" classifier. Could you please update ["How to create a CMIS server with OpenCMIS"|http://chemistry.apache.org/java/how-to/how-to-create-server.html#handling-authentication] documentation and include the following dependency in the getting started section: {code:xml} ${opencmisGroupId} chemistry-opencmis-server-bindings ${opencmisVersion} jar classes {code} was (Author: boulayj): Same issue as Gert, I wanted to implement my own Authentication Handler by extending BasicAuthCallContextHandler. I've lost almost 1 day before to find this issue and the answer with "classes" classifier. Could you please update ["How to create a CMIS server with OpenCMIS"|http://chemistry.apache.org/java/how-to/how-to-create-server.html#handling-authentication] documentation and include the following dependency in the getting started section: ${opencmisGroupId} chemistry-opencmis-server-bindings ${opencmisVersion} jar classes > split chemistry-opencmis-server-bindings into maven jar and war artifact > ------------------------------------------------------------------------ > > Key: CMIS-501 > URL: https://issues.apache.org/jira/browse/CMIS-501 > Project: Chemistry > Issue Type: Improvement > Components: opencmis-server > Affects Versions: OpenCMIS 0.7.0 > Reporter: Gert Dewit > Labels: maven > > The java classes for chemistry-opencmis-server-bindings are only available in a war artifact for maven users. > The consequence of this is that when a dependent project wants to use these classes, they have to repackage the maven war artifact to a maven jar artifact. I think that alfresco does this. > If you agree that this split up is a 'good thing' I'll be more than happy to do the work. -- 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