This content has been marked as final.
Show 2 replies
-
1. Re: need to get the BundleContext instance in my soap webservice class
ffang Aug 19, 2012 10:18 PM (in response to shachi_shachisonu)Hi,
I suggest you figure out why way doesn't work for you? As it should work and easier way than manipulate BundleContext directly yourself.
Anyway, your webservice impl class can implement BundleContextAware interface to grasp the BundleContext.
Freeman
-
2. Re: need to get the BundleContext instance in my soap webservice class
njiang Aug 19, 2012 11:48 PM (in response to shachi_shachisonu)Spring DM can help you do such kind of work in the spring way. I don't know if you already tried that.
Willem