spring.io/browse/SPR-8849">SPR-8849.
By using a SpEL expression to generate a random {@code id} for theembedded database (see {@code datasource-config.xml}), we ensure that each {@code ApplicationContext} that imports the common configuration will createan embedded database with a unique name (since the {@code id} is used as thedatabase name within {@link org.springframework.jdbc.config.EmbeddedDatabaseBeanDefinitionParser#useIdAsDatabaseNameIfGiven()}).
To reproduce the problem mentioned in SPEX-8849, change the {@code id} ofthe embedded database in {@code datasource-config.xml} to "dataSource" (oranything else that is not random) and run this suite.
@author Sam Brannen
@since 3.2