Hi,
We have a setup where we deploy some of the business services and configurations (Java code) into CQ5 so that they can be managed through Apache console.
We are facing a problem where if we deploy a new version of the jar, the configurations still continue to get binded with the old version of the jar and we need manually unbind and bind the configurations.
We have tried the following but in vain:
Deleting the old jars from /apps/<application name>/install folder.
Deleting the bundles from the Apache console and deploying the new jars
Please note that we do not have any custom activators for the bundles, but rather rely on OSGi dependency management to start up the services and configurations.
What I wanted to check with the group is if someone has faced a similar issue and if you are aware of the resolution for the same.
Ashish