osgi - Deploying 2 versions of the same bundle through OBR -


we using apache felix osgi bundle repository v1.6.4 in apache karaf. programmatically trying deploy bundle (say demo-bundle-2.0.0.jar) using obr mean. version of demo-bundle (1.0.0) exists. have requirement both versions of bundle should co-exist. when 2.0.0 installed, obr overwrites v1.0.0.

my question: expected behavior? there workaround both versions of bundle can available?


Comments