You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Julien Boulay (JIRA)" <ji...@apache.org> on 2013/04/11 16:21:19 UTC

[jira] [Comment Edited] (CMIS-501) split chemistry-opencmis-server-bindings into maven jar and war artifact

    [ 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:21 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:
<dependency>
  <groupId>${opencmisGroupId}</groupId>
  <artifactId>chemistry-opencmis-server-bindings</artifactId>
  <version>${opencmisVersion}</version>
  <type>jar</type>
  <classifier>classes</classifier>
</dependency>
                
      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
                  
> 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