I've encountered with a weird issue. I have a mule configuration file. There is Nothing really exciting in it and works fine. At least it worked...
The problems started when I started to put the configuration parameters into several properties files. If I define a property in one file it gets resolved, but nothing from the other file.
No error message indicates that reading the file failed or anything...
My scenes tells me that this has something to do with the fact that the config files are read by org.mule.config.spring.SpringXmlConfigurationBuilder...
Did anyone had similar issue? or has anyone any idea what the heck is going on?