Page 1 of 1

A developer is creating a new OSGi bundle com.custom.package.b to expose new services. com.custom.package.a is already i

Posted: Thu Jul 21, 2022 9:09 pm
by answerhappygod
A developer is creating a new OSGi bundle com.custom.package.b to expose new services. com.custom.package.a is already installed and active in the system and has the following package definition:

The system console shows the following package availability:

Bundle com.custom.package.b to be installed has the following package definition:

What will happen when the developer uploads the bundle com.custom.package.b into the system?
A Developer Is  1
A Developer Is 1 (20.03 KiB) Viewed 56 times
A Developer Is  2
A Developer Is 2 (11.06 KiB) Viewed 56 times
A Developer Is  3
A Developer Is 3 (23.5 KiB) Viewed 56 times
A. The bundle will install but fail the activation due to unsatisfied dependencies com.sample.package.b and com.sample.package.c.
B. The bundle will install but fail the activation due to unsatisfied dependency com.sample.package.c.
C. The bundle will install and activate successfully.
D. The bundle will install but fail the activation due to unsatisfied dependency com.sample.package.b.