Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-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 B433CF634 for ; Fri, 5 Apr 2013 17:53:56 +0000 (UTC) Received: (qmail 98472 invoked by uid 500); 5 Apr 2013 17:53:56 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 98380 invoked by uid 500); 5 Apr 2013 17:53:56 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 98371 invoked by uid 99); 5 Apr 2013 17:53:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Apr 2013 17:53:56 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS,URIBL_DBL_REDIR X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kelven.yang@citrix.com designates 66.165.176.89 as permitted sender) Received: from [66.165.176.89] (HELO SMTP.CITRIX.COM) (66.165.176.89) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Apr 2013 17:53:50 +0000 X-IronPort-AV: E=Sophos;i="4.87,416,1363132800"; d="scan'208";a="17788965" Received: from sjcpmailmx02.citrite.net ([10.216.14.75]) by FTLPIPO01.CITRIX.COM with ESMTP/TLS/RC4-MD5; 05 Apr 2013 17:53:29 +0000 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.73]) by SJCPMAILMX02.citrite.net ([10.216.14.75]) with mapi; Fri, 5 Apr 2013 10:53:28 -0700 From: Kelven Yang To: "dev@cloudstack.apache.org" , Hugo Trippaers , Chip Childers Date: Fri, 5 Apr 2013 10:53:26 -0700 Subject: Re: Review Request: Finalize componentContext.xml/nonComponentContext.xml content organization to be plugin friendly Thread-Topic: Review Request: Finalize componentContext.xml/nonComponentContext.xml content organization to be plugin friendly Thread-Index: Ac4yJnpEyH8HCd19RcWcqM7vpOxnmA== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.3.120616 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Never mind, I found it in master. Chip, I'll put another patch to the same review ticket. Kelven On 4/5/13 10:47 AM, "Kelven Yang" wrote: >For some reason, the diff in the ticket about your change does not show up >Nicira, MidoNet Network Guru. >On quick question to confirm, Nicira/MidoNet are supposed to be available >in non-OSS build, is that correct? > >Kelven > >On 4/5/13 5:35 AM, "Hugo Trippaers" wrote: > >>Hey Kelven, >> >>I commented on your patch on the review board. Can you modify the patch >>so all Nicira and MidoNet stuff is also in? I fixed master so you should >>be able to use that. >> >>Cheers, >> >>Hugo >> >>> -----Original Message----- >>> From: Kelven Yang [mailto:noreply@reviews.apache.org] On Behalf Of >>> Kelven Yang >>> Sent: vrijdag 5 april 2013 0:14 >>> To: Chip Childers >>> Cc: cloudstack; Kelven Yang >>> Subject: Review Request: Finalize >>> componentContext.xml/nonComponentContext.xml content organization to >>> be plugin friendly >>>=20 >>>=20 >>> ----------------------------------------------------------- >>> This is an automatically generated e-mail. To reply, visit: >>> https://reviews.apache.org/r/10292/ >>> ----------------------------------------------------------- >>>=20 >>> Review request for cloudstack and Chip Childers. >>>=20 >>>=20 >>> Description >>> ------- >>>=20 >>> With removal of component auto-scanning, all components are needed to >>> configure in XML files. For OSS deployment, component declarations will >>>be >>> in applicationContext.xml and componentContext.xml, for non-OSS >>> deployment, component declarations will be in applicationContext.xml >>>and >>> nonossComponentContext.xml >>>=20 >>> OSS/non-OSS common components should all go to applicationContext.xml, >>> OSS or non-OSS specific components, or if there are OSS or non-OSS >>>specific >>> adapter configurations, they should go to componentContext.xml or >>> nonComponentContext.xml respecitively. >>>=20 >>> If you add a big feature module, organize all components for the module >>>into >>> its own section. >>>=20 >>>=20 >>> This addresses bug CLOUDSTACK-1917. >>>=20 >>>=20 >>> Diffs >>> ----- >>>=20 >>> client/tomcatconf/applicationContext.xml.in 17725f0 >>> client/tomcatconf/componentContext.xml.in 2a4a29f >>> client/tomcatconf/nonossComponentContext.xml.in 13004c3 >>> utils/src/com/cloud/utils/component/AdapterList.java PRE-CREATION >>>=20 >>> Diff: https://reviews.apache.org/r/10292/diff/ >>>=20 >>>=20 >>> Testing >>> ------- >>>=20 >>> manual test is done for both OSS/non-OSS >>>=20 >>>=20 >>> Thanks, >>>=20 >>> Kelven Yang >> >