Hi,
I am working on Spring DM bundles. I have a core services bundle which has bean definitions for the core services. I have some dependent modules which are also bundles.
How can I import the bean definition file in the context file for dependent bundles?
I tried using the following.
However it didn't work. Is there anything wrong I am doing here?Code:<import resource="classpath:com.arisglobal.aglite.config.aglite-beans-config.xml" />
Please let me know of any pointers.
Regards,
Shashi


