Netbeans 6.9 RCP + Spring = quot;NoSuchBeanDefinitionExceptionquot;
Hi,
I am developing a netbeans RCP based application. My business logics and component wiring is located within it's own jar, so I manually have to (do I?) init my app context. This works fine so far, but only stuff configured in my XML config is accessible to the app context.
The stuff which should come with component-scan is not available; so I guess there is something differing within netbeans RCP module and my unit tests (which actually works).
So my question is : is there any possibility to make the component-scan work properly in a netbeans module? or as a fallback, can I manually run the component scan after init?
Regards and thanks in advance,
gore |