Sun GlassFish Enterprise Server v3 Prelude Application Deployment Guide

property (with subelements)

Specifies the name and value of a property. A property adds configuration information to its parent element that is one or both of the following:

Superelements

cmp-resource, schema-generator-properties, webservice-endpoint (sun-ejb-jar.xml)

Subelements

The following table describes subelements for the property element.

Table A–68 property subelements

Element 

Required 

Description 

name

only one 

Specifies the name of the property. 

value

only one 

Specifies the value of the property. 

Example

<property>
   <name>use-unique-table-names</name>
   <value>true</value>
</property>