So I've started to think about splitting up the main applicationContext.xml file in one of my projects. The current one is getting quite large. Spring AS has the ability to import bean/object definitions from another XML file of your choice such as the following example where my context defines one object "yObject" and then declares … Continue reading Strange IMPORT failure in Spring AS