Hi all,
I'd like to know if there is a way to split up the applicationcontext.xml into multiple files. Basically, I'd like to move the datasource configuration into another file so that the same datasource config can be shared.
I've tried splitting up the applicationconfig.xml file, and specified both files in the FileSystemXmlApplicationContext constructor in the right order, but the parser was still complaining that the bean id for dataSoure is not defined.
thanks


Reply With Quote