A customer bundle of an application is in state "Installed" after deploying it with Maven.
What should a developer do to change it to state "Active"?
A customer bundle of an application is in state "Installed" after deploying it with Maven.
What should a developer do to change it to state "Active"?
To change the state of the bundle from 'Installed' to 'Active', a developer should use the 'Start' action for the bundle in the Apache Felix Web Console. When a bundle is installed, it means that it is recognized by the system but not yet running. Using the 'Start' action will initiate the bundle and move it to the 'Active' state.
Answer: D If any dependency is missing the bundle will never start
Answer should be D
Option should be D