Service OSGI Deployment with maven
Whenever I deploy the bundle module (OSGI code - service and components) with maven(mvn -PautoInstallPackage install clean) , the Service is not recognized in jsp . I am getting Service not found error. When I checked in the system/console, the bundle is in installed state and I am not able to start it. So I delete that bundle and manually uploaded the bundle. Even after manually uploading the bundle the Service is not recognized. Then I need to modify the JSP to make it recognized. Is there anyway to solve this problem?