----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10292/ -----------------------------------------------------------
Review request for cloudstack and Chip Childers. Description ------- 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 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. If you add a big feature module, organize all components for the module into its own section. This addresses bug CLOUDSTACK-1917. Diffs ----- 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 Diff: https://reviews.apache.org/r/10292/diff/ Testing ------- manual test is done for both OSS/non-OSS Thanks, Kelven Yang