Hi All,
I am able to communiacte from web app to OSGI bundle by using below command in manifest.mf file.
Dependencies:deployment.myBundle:1.0.0
but the problem is when ever i change the version of myBundle i need to change the version in web app manifest.mf file which is causing me pain.
is there any way to give versioning range in web app manifest.mf file ?
i tried Dependencies:deployment.myBundle:[1.0.0,2.0.0). but it did not work.
Please help me .Thanks in advance
Regards,
Raghu
This won't be needed any more in 7.2.0 because your webapp can be a bundle too. Please check the latest master.