Search:

Type: Posts; User: hseoane; Keyword(s):

Search: Search took 0.03 seconds.

  1. I solved this issue by extending the...

    I solved this issue by extending the FileSystemXmlApplicationContext and overriding the refresh() method to call only refreshBeanFactory();
    This allows me to do the following:
    ...
  2. Is it possible to read the bean definitions without initializing the context?

    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...
Results 1 to 2 of 2