Default {@link OsgiApplicationContextCreator} implementation.
Creates an {@link OsgiBundleXmlApplicationContext} instance using thedefault locations (
Spring-Context manifest header or
META-INF/spring/*.xml) if available, null otherwise.
Additionally, this implementation allows custom locations to be specified through {@link ConfigurationScanner} interface.
@see ConfigurationScanner
@author Costin Leau