B weblogic-coh-app.xml Deployment Descriptor Elements

This appendix provides a complete reference for the elements in the WebLogic Coherence application deployment descriptor weblogic-coh-app.xml.

This appendix includes the following sections:

weblogic-coh-app.xml Namespace Declaration and Schema Location

The correct text for the namespace declaration and schema location for the weblogic-coh-app.xml file is as follows.

<weglogic-coh-app
   xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-coh-app">

weblogic-coh-app

The weblogic-coh-app element is the root element of the WebLogic Coherence application deployment descriptor.

The following table describes the elements you can define within a weblogic-coh-app element.

Table B-1 weblogic-coh-app Elements

Element Required/
Optional
Description

description

Optional

Specifies a description.

library-ref

Optional

Specifies a shared library module that is intended to be used as a library in a Coherence application.


library-ref

The library-ref element specifies a shared library module that is intended to be used as a library in a Coherence application.

The following table describes the elements you can define within a library-ref element.

Table B-2 library-ref Elements

Element Required/
Optional
Description

library-name

Required

Specifies the name of the referenced shared library.

specification

Optional

Specifies the minimum specification-version required.

implementation-version

Optional

Specifies the minimum implementation-version required.

exact-match

Optional

Specifies whether there must be an exact match between the specification and implementation version that is specified and that of the referenced library.

Default value is false.