Attached are two projects :
1. osgiTest : Dynamic Web Project with OSGi Facet, it also has a BundleActivator class defined.
2. osgi1 : A OSGi bundle with a BundleActivator. osgiTest depends and refers on osgi1.
I have put trace logs in the start/stop methods of both BundleActivators.
On the actual Hana cloud env, only the BundleActivator of osgiTest is invoked and osgi1's BundleActivator is never invoked! I made sure to use the classes of osgi1 in osgiTest also, just incase it is a lazy deployment, even then the start/stop of osgi1 is never called.
Note : This works correctly on the SAP Hana cloud local env.
(Please rename the attached file to something.rar)
Am I doing something wrong?