1 Reply Latest reply on Sep 17, 2012 9:01 AM by thomas.diesler

    Web application to OSGI bundle communication (bundle versioning range)

    raghu.ganapam

      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