IBM Exam Questions

How should the administrator do this?

A system administrator needs to add a business capability to an enterprise application (EAR). The
capability is an OSGi bundle distributed as a separate Java archive (JAR) by a third-party
application provider. How should the administrator do this?

A.
Deploy EAR and define the JAR as a shared library reference.

B.
Include JAR in EAR’s lib directory and deploy the modified EAR.

C.
Create a business-level application (BLA) with the EAR and the JAR.

D.
Modify the EAR deployment descriptor’s library-directory to include the directory with the JAR.

Explanation: