Show TOC

application-service.dtdLocate this document in the navigation structure

Definition

Applications that want to manage the check of Class-Path elements in the manifest files of its modules shall adopt the usage of this XML schema, which can enable or disable the check. It shall be located in the META-INF folder of the application's package.

Structure

Schema Element /Attribute

Description

application-service

The root element for this descriptor.

suppress_errors

Its attributes enumerate the different types of errors that can be ignored.

If this elementis missing, the lack of the referenced JAR file will stop the deployment process.

manifest_classpath_error

This attribute addresses situations when an EAR's module has included in the Class-Path property of its META-INF/MANIFEST.MF the name of a JAR file, that cannot be found in the EAR package.

If set to true , the lack of the referenced JAR file will not stop the deployment process.

If this attribute is missing or if it is set to false , the lack of the referenced JAR file will stop the deployment process.