Page 1 of 1

An OSGi bundle Activator.java is registered through a service DevelopInfo.java DeveloperInfo.java - Activator.java -

Posted: Thu Jul 21, 2022 9:09 pm
by answerhappygod
An OSGi bundle Activator.java is registered through a service DevelopInfo.java

DeveloperInfo.java -

Activator.java -

Maven install generates an error during deployment. Refer to the error information below:

Which action should the developer take to resolve the build error?
An Osgi Bundle  1
An Osgi Bundle 1 (10.14 KiB) Viewed 42 times
An Osgi Bundle  2
An Osgi Bundle 2 (54.51 KiB) Viewed 42 times
An Osgi Bundle  3
An Osgi Bundle 3 (63.5 KiB) Viewed 42 times
A. @Service annotation is missing in DeveloperInfo.java.
B. Interface DeveloperInfo does NOT have any method.
C. Activator class is NOT implementing DeveloperInfo interface.
D. The required Maven repository for OSGi is missing.