Code:
...
...
INFO DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@118278a: defining beans [com.xxx.yyy.configuration.DataAccessTestContext,com.xxx.yyy.configuration.JmsTestContext,com.xxx.yyy.configuration.ApplicationTestContext,com.xxx.yyy.configuration.MailTestContext,url,databaseDialect,transactionManager,databaseSchema,dataSource,paymentPlanCodeDao,sessionFactory,driverClassName,password,configuration,batchFileSequenceDao,username,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.config.internalTransactionAdvisor,statusMessageQueue,chargebackMessageQueue,batchOrderQueue,jmsTemplate,batchOrderQueueName,jmsConnectionFactory,listener,container,chargebackMessageQueueName,txUpdateMessageQueue,txUpdateMessageQueueName,messageIdEnabled,hostIp,statusMessageQueueName,jmsConnectionFactoryInitialiser,reconcileSleepTime,reconcileRegex,batchService,chargebackManager,cryptoManager,reconcileManager,loggingAdviceProxyCreator,batchUploadFilename,chargebackRegex,shredFilenamePattern,loggingAdvice,txUpdateClient,reconcileDir,reportFileService,chargebackClient,batchFileBuilder,dbService,batchCrypto,batchFileService,batchManager,jmsStatusClient,batchOutputDir,shredOlderThan,chargebackSleepTime,shredRemove,jmsService,chargebackDir,clock,mailSmtpHost,mailMessageFactory,mailFrom,mailSender,mailService,mailToAlert]; root of factory hierarchy
DEBUG DefaultListableBeanFactory - Returning cached instance of singleton bean 'com.xxx.yyy.configuration.DataAccessTest
...
...
DEBUG DefaultListableBeanFactory - Creating shared instance of singleton bean 'url'
DEBUG DefaultListableBeanFactory - Creating instance of bean 'url'
DEBUG DefaultListableBeanFactory - Returning cached instance of singleton bean 'com.xxx.yyy.configuration.DataAccessTestContext'
INFO CglibConfigurationEnhancer$BeanMethodInterceptor - Registering new PUBLIC singleton object [jdbc:hsqldb:mem:YYY] for @Bean method DataAccessTestContext.url
DEBUG DefaultListableBeanFactory - Eagerly caching bean 'url' to allow for resolving potential circular references
DEBUG CachedIntrospectionResults - Getting BeanInfo for class [java.lang.String]
DEBUG CachedIntrospectionResults - Caching PropertyDescriptors for class [java.lang.String]
DEBUG CachedIntrospectionResults - Found bean property 'bytes' of type [[B]
DEBUG CachedIntrospectionResults - Found bean property 'class' of type [java.lang.Class]
DEBUG CachedIntrospectionResults - Found bean property 'empty' of type [boolean]
DEBUG CachedIntrospectionResults - Not strongly caching class [java.lang.String] because it is not cache-safe
DEBUG DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
DEBUG DefaultListableBeanFactory - Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor'
DEBUG InfrastructureAdvisorAutoProxyCreator - Did not attempt to auto-proxy infrastructure class [org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor]
DEBUG BeanNameAutoProxyCreator - Did not attempt to auto-proxy infrastructure class [org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor]
DEBUG DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references
DEBUG CachedIntrospectionResults - Getting BeanInfo for class [org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor]
DEBUG CachedIntrospectionResults - Caching PropertyDescriptors for class [org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor]
DEBUG CachedIntrospectionResults - Found bean property 'advice' of type [org.aopalliance.aop.Advice]
DEBUG CachedIntrospectionResults - Found bean property 'class' of type [java.lang.Class]
DEBUG CachedIntrospectionResults - Found bean property 'classFilter' of type [org.springframework.aop.ClassFilter]
DEBUG CachedIntrospectionResults - Found bean property 'order' of type [int]
DEBUG CachedIntrospectionResults - Found bean property 'perInstance' of type [boolean]
DEBUG CachedIntrospectionResults - Found bean property 'pointcut' of type [org.springframework.aop.Pointcut]
DEBUG CachedIntrospectionResults - Found bean property 'transactionInterceptor' of type [org.springframework.transaction.interceptor.TransactionInterceptor]
DEBUG DefaultListableBeanFactory - Creating instance of bean '(inner bean)'
DEBUG InfrastructureAdvisorAutoProxyCreator - Did not attempt to auto-proxy infrastructure class [org.springframework.transaction.interceptor.TransactionInterceptor]
DEBUG BeanNameAutoProxyCreator - Did not attempt to auto-proxy infrastructure class [org.springframework.transaction.interceptor.TransactionInterceptor]
DEBUG CachedIntrospectionResults - Getting BeanInfo for class [org.springframework.transaction.interceptor.TransactionInterceptor]
DEBUG CachedIntrospectionResults - Caching PropertyDescriptors for class [org.springframework.transaction.interceptor.TransactionInterceptor]
DEBUG CachedIntrospectionResults - Found bean property 'class' of type [java.lang.Class]
DEBUG CachedIntrospectionResults - Found bean property 'transactionAttributeSource' of type [org.springframework.transaction.interceptor.TransactionAttributeSource]
DEBUG CachedIntrospectionResults - Found bean property 'transactionAttributeSources' of type [[Lorg.springframework.transaction.interceptor.TransactionAttributeSource;]
DEBUG CachedIntrospectionResults - Found bean property 'transactionAttributes' of type [java.util.Properties]
DEBUG CachedIntrospectionResults - Found bean property 'transactionManager' of type [org.springframework.transaction.PlatformTransactionManager]
DEBUG DefaultListableBeanFactory - Creating shared instance of singleton bean 'transactionManager'
DEBUG DefaultListableBeanFactory - Creating instance of bean 'transactionManager'
DEBUG DefaultListableBeanFactory - Returning cached instance of singleton bean 'com.xxx.yyy.configuration.DataAccessTestContext'
DEBUG DefaultListableBeanFactory - Creating shared instance of singleton bean 'sessionFactory'
DEBUG DefaultListableBeanFactory - Creating instance of bean 'sessionFactory'
DEBUG DefaultListableBeanFactory - Returning cached instance of singleton bean 'com.xxx.yyy.configuration.DataAccessTestContext'
SLF4J: This version of SLF4J requires log4j version 1.2.12 or later. See also http://www.slf4j.org/codes.html#log4j_version
DEBUG DefaultListableBeanFactory - Creating shared instance of singleton bean 'dataSource'
DEBUG DefaultListableBeanFactory - Creating instance of bean 'dataSource'
DEBUG DefaultListableBeanFactory - Returning cached instance of singleton bean 'com.xxx.yyy.configuration.DataAccessTestContext'
INFO CglibConfigurationEnhancer$BeanMethodInterceptor - Registering new PUBLIC singleton object [jdbc:hsqldb:mem:YYY] for @Bean method DataAccessTestContext.url
INFO DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@118278a: defining beans [com.xxx.yyy.configuration.DataAccessTestContext,com.xxx.yyy.configuration.JmsTestContext,com.xxx.yyy.configuration.ApplicationTestContext,com.xxx.yyy.configuration.MailTestContext,url,databaseDialect,transactionManager,databaseSchema,dataSource,paymentPlanCodeDao,sessionFactory,driverClassName,password,configuration,batchFileSequenceDao,username,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.config.internalTransactionAdvisor,statusMessageQueue,chargebackMessageQueue,batchOrderQueue,jmsTemplate,batchOrderQueueName,jmsConnectionFactory,listener,container,chargebackMessageQueueName,txUpdateMessageQueue,txUpdateMessageQueueName,messageIdEnabled,hostIp,statusMessageQueueName,jmsConnectionFactoryInitialiser,reconcileSleepTime,reconcileRegex,batchService,chargebackManager,cryptoManager,reconcileManager,loggingAdviceProxyCreator,batchUploadFilename,chargebackRegex,shredFilenamePattern,loggingAdvice,txUpdateClient,reconcileDir,reportFileService,chargebackClient,batchFileBuilder,dbService,batchCrypto,batchFileService,batchManager,jmsStatusClient,batchOutputDir,shredOlderThan,chargebackSleepTime,shredRemove,jmsService,chargebackDir,clock,mailSmtpHost,mailMessageFactory,mailFrom,mailSender,mailService,mailToAlert]; root of factory hierarchy
DEBUG DefaultListableBeanFactory - Retrieved dependent beans for bean 'com.xxx.yyy.configuration.ApplicationTestContext': [com.xxx.yyy.configuration.JmsTestContext]
DEBUG DefaultListableBeanFactory - Retrieved dependent beans for bean 'com.xxx.yyy.configuration.JmsTestContext': [com.xxx.yyy.configuration.ApplicationTestContext]