A developer is using the WebSphere Server application Developer Tools to convert theirexisting JPA project to an OSGi JP

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

A developer is using the WebSphere Server application Developer Tools to convert theirexisting JPA project to an OSGi JP

Post by answerhappygod »

A developer is using the WebSphere Server application Developer Tools to convert theirexisting JPA project to an OSGi JPA bundle. The original JPA project has apersistence.xmlfile that is by default located in thesrc/META-INFfolder of the project.The developer invokes the action to convert the JPAproject to an OSGi bundle project.Which changes are expected to be performed by the tools to the original project when it isconverted to an OSGi bundle?

A. The MANIFEST.MF file is generated under a newMETA-INFfolder in the root of theproject. The following entry is addedto the MANIFEST.MF file: Meta-Persistence:
B. The MANIFEST.MF file is generated under a newMETA-INFfolder without a Meta-Persistence: Entry
C. The MANIFEST.MF file is generated in thesrc/META-INFfolder which containsthe persistence.xml file. The following entry is added to the MANIFEST.MF file: Meta-Persistence:
D. The MANIFEST.MF file is generated in theBundleContext/META-INFfolder. Thepersistence.xml is moved from the srcfolder to the same location as theMANIFEST.MF.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This topic has 1 reply

You must be a registered member and logged in to view the replies in this topic.


Register Login
 
Post Reply