Sun Java System Application Server Enterprise Edition 8.2 Developer's 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 (sun-ejb-jar.xml)

Subelements

The following table describes subelements for the property element.

Table A–84 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>