Hi @aemuser001,In OSGi, the bundles are identified by their symbolic name and version, not by a numeric identifier like "450". The number you refer to might be the bundle ID, which is assigned by the OSGi framework at runtime and can differ between instances. The bundle ID is a runtime identifier an...