Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Modules: Spring
-
Labels:None
-
Similar Issues:None
Description
This would enable the pring configuraiton builder to execute using Mule configuraiton which is easier to understand. We could even phase out the MuleXmlBuilder in favour of spring.
Multiple configuration files can now be loaded from thw SpringConfigurationbuilder (specified as a comma-separated list) the files can be String Beans documents or Mule Xml Documents or a combination of both. Any Mule Xml documents will be transformed at run-time in to Spring Bean documents before the bean definitions are loaded. Make sure that the DTD definitions for each of the document types are declared in the documents.