That's OK, the design was not good at all and I created beans during postprocessing and that makes problems. I found a better way to achieve my goal.
Type: Posts; User: wichtounet; Keyword(s):
That's OK, the design was not good at all and I created beans during postprocessing and that makes problems. I found a better way to achieve my goal.
Nobody knows how to solve that ?
Hi,
I currently have a weird problem in my OSGi/Spring Dm application.
When i start for the first time a module, the application context is created and the bean post processor in the context...
Or another way : Is that possible to define component-scan with defaults lazy in different XML imported with @ImportXML ?
This is not elegant, but if it works, i can use that waiting of an issue...
Hi,
Thank you for responding.
That's not a good news for me :(
I need the lazy-init on my scanned beans.
Is there a way to mix a ClassPathBeanDefinitionScanner and a...
Hi,
I'm converting my spring configuration to use JavaConfig and i've a problem with component-scan.
Before using JavaConfig, i used a ClassPathBeanDefinitionScanner. I need lazy-init on the...