A developer is using the WebSphere Server application Developer Tools to convert their existing JPA project to an OSGi JPA bundle. The original JPA project has a persistence.xml file that is by default located in the src/META-INF folder of the project.The developer invokes the action to convert the JPA project to an OSGi bundle project.Which changes are expected to be performed by the tools to the original project when it is converted to an OSGi bundle?
The manifest file of an OSGi application project contains the following headers:Application-Content: BundleA; version=1.0.0, BundleB; version=1.0.0Use-Bundle: BundleC; version=1.0.0Which statement is true about the bundle content of this OSGi application?
A developer has created a Liberty server in WebSphere Application Server Developer Tools for Eclipse.How can the developer start the Liberty server from the Servers view using a JRE different from the default JRE?
A developer is testing a web application using a Liberty profile server. The application will also need to run on a Tomcat server and cannot make use of any APIs that are specific to the Liberty profile server. How can the user ensure that no classes outside of the specification classes are used by the application during the test?
In WebSphere Application Server Developer Tools with default settings, which situation will cause validation errors instead of warnings in the Problems view?
A developer is installing a Liberty profile runtime environment on a Windows machine and has specified the following installation path:C:\IBM\WebSphere -When the installation is finished, in which directory will all of the Liberty profile files be stored?