Mandiax / soi-toolkit

Automatically exported from code.google.com/p/soi-toolkit
0 stars 0 forks source link

Utilize default values for spring properties #299

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
See mule-issue http://www.mulesoft.org/jira/browse/MULE-6360 that fix the issue 
with "Spring 3.x default properties broken in Mule", i.e. it is now working to 
specify default values for spring properties. This can be very valuable in both 

- keeping property files down to a minimum but still offering configuration 
possibilities

- introducing new properties afterwards without breaking the code for existing 
integrations

Note that the mule-issue only solves this for EE versions:  3.2.3 (EE only), 
3.3.1 (EE only) 

That probably means that we have to wait for Mule CE v3.4 before we can start 
to utilize it :-(

Original issue reported on code.google.com by magnus.l...@gmail.com on 19 Sep 2012 at 12:11