I solved this issue by extending the FileSystemXmlApplicationContext and overriding the refresh() method to call only refreshBeanFactory();
This allows me to do the following:
...
Type: Posts; User: hseoane; Keyword(s):
I solved this issue by extending the FileSystemXmlApplicationContext and overriding the refresh() method to call only refreshBeanFactory();
This allows me to do the following:
...
Hi everyone,
I need to read the bean definitions of a set of Spring configuration files without instantiating the beans.
The purpose of this is to go through the bean definitions and detect which...