Verifying Server Resources for Java EE Modules
The server resources for an application can be verified from the JBI Modules
node in a composite application. The Verify Server Resources option works with
JBI Java EE modules (EAR, WAR, and JAR files).
To verify server resources:
- From the Projects window, expand the composite application's JBI Modules
folder. Right-click a Java EE module, and select the Verify Server Resources
option from the pop-up menu. The Verification Results dialog box appears.
If the server is not running, an Information dialog box appears stating that
it is unable to connect to the Java EE Verifier MBean, and to make sure that
the server is running with the MBean is installed.
- Review the information in the Verification Results table to ensure that
the proper resources are available for your application.
The verifier checks a generated EAR, WAR, or JAR file's deployment descriptors
to verify that the proper resources are available from the application server
associated with the project.
The Verification Results dialog box contains the following columns:
- File Name: Displays the actual JAR/Archive name of the EJB JAR or
web WAR file.
- JNDI Name: Displays the JNDI name.
- Status: Displays a status of OK, Warning, or Error,
depending on whether the resource is available in the application server.
If the status is Warning or Error, the Message column provides further information.
- Message: Displays information related to a status of Warning
or Error.
- Expected Class: Displays the class of the JNDI resource. The class
corresponds to the data source.
- Referencing Class Name: Displays the resource class name.
- Referencing Bean Name: Displays the resource bean name.
- See Also
- Java EE Module Options
- Disabling
or Enabling Endpoint Deployment in a JBI Module
Legal Notices