By the way, I am using spring 3.2
Type: Posts; User: aryan_dear; Keyword(s):
By the way, I am using spring 3.2
Hi,
When I am using @Configuration with @EnableTransactionManagement, then my Integ test: DBSuiteOperatorTest is unable to autowire my beans. If I do not use @EnableTransactionManagement, then...