[EMAIL PROTECTED] wrote:
+ // TODO - why does this not use the WebAppDConfigBean ??
Because the 88 API separates the configuration and distribution architecture almost completely.
To construct a DConfigBean you need to be able to match it to its DDBean. However, the standard DD is not available during distribution until you are able to extract it from the module archive InputStream.
David Jencks is working on a unified deployment plan schema with a matching set of objects created by XMLBeans. Hopefully that will simplify the data model behind both distribute and configuration.
-- Jeremy
