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 74D43DB9A for ; Fri, 3 Aug 2012 14:09:23 +0000 (UTC) Received: (qmail 54803 invoked by uid 500); 3 Aug 2012 14:09:23 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 54763 invoked by uid 500); 3 Aug 2012 14:09:23 -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 54755 invoked by uid 99); 3 Aug 2012 14:09:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2012 14:09:23 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rdifrango@captechconsulting.com designates 4.26.68.7 as permitted sender) Received: from [4.26.68.7] (HELO emailgw.captechventures.com) (4.26.68.7) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2012 14:09:16 +0000 Received: from EXCHCASHUB01.captechventures.com (exchcashub01.captechventures.com [192.168.75.51]) by emailgw.captechventures.com (Postfix) with ESMTP id BEA9D2B4B1E4; Fri, 3 Aug 2012 10:08:55 -0400 (EDT) Received: from EXCHMBX02.captechventures.com ([fe80::39ba:b30d:3dce:90b7]) by EXCHCASHUB01.captechventures.com ([::1]) with mapi id 14.02.0309.002; Fri, 3 Aug 2012 10:08:55 -0400 From: Ron DiFrango To: =?iso-8859-1?Q?Florian_M=FCller?= , "dev@chemistry.apache.org" Subject: RE: Weblogic module (CMIS-543) Thread-Topic: Weblogic module (CMIS-543) Thread-Index: AQHNcYBEUjY2Qfr30Euz/M39Nflj2pdIH+LM Date: Fri, 3 Aug 2012 14:08:54 +0000 Message-ID: <6438C283DE38D14688556D8F7D22794227444807@EXCHMBX02.captechventures.com> References: <5661c4903b4a0da2885a5ecc01544ede-EhVcXl9JQQFXRwQFDQkEXR0wfgZLV15fQUBFBEFYXS9ZUF0WWlloB11LX15YLkQBW15ZQFpWUQs=-webmailer2@server05.webmailer.hosteurope.de> In-Reply-To: <5661c4903b4a0da2885a5ecc01544ede-EhVcXl9JQQFXRwQFDQkEXR0wfgZLV15fQUBFBEFYXS9ZUF0WWlloB11LX15YLkQBW15ZQFpWUQs=-webmailer2@server05.webmailer.hosteurope.de> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [199.244.214.105] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Perfect. Currently we are using Ivy but I can translate below into the pro= per syntax.=0A= =0A= Ron DiFrango=0A= Director / Architect | CapTech=0A= (804) 855-9196 | rdifrango@captechconsulting.com=0A= =0A= ________________________________________=0A= From: Florian M=FCller [fmui@apache.org]=0A= Sent: Friday, August 03, 2012 9:59 AM=0A= To: Ron DiFrango; dev@chemistry.apache.org=0A= Subject: Weblogic module (CMIS-543)=0A= =0A= (Moving the thread from JIRA to the mailing list)=0A= =0A= Hi Ron,=0A= =0A= I don't know how your Maven setup look like.=0A= If you are referencing the OpenCMIS client implementation=0A= (chemistry-opencmis-client-impl), then this might work (untested):=0A= =0A= =0A= =0A= org.apache.chemistry.opencmis=0A= chemistry-opencmis-client-impl=0A= 0.8.0-SNAPSHOT=0A= =0A= =0A= org.apache.chemistry.opencmis=0A= chemistry-opencmis-client-bindings=0A= =0A= =0A= =0A= =0A= org.apache.chemistry.opencmis=0A= =0A= chemistry-opencmis-client-bindings-weblogic=0A= 0.8.0-SNAPSHOT=0A= =0A= =0A= =0A= =0A= The translation of this is:=0A= Get the the client implementation except for the client bindings Jar.=0A= Use the OpenCMIS Weblogic bindings Jar instead.=0A= =0A= =0A= Florian=0A=