BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType jdbc-storeType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}jdbc-storeType (extension)

Documentation
Corresponds to JDBCStoreMBean
Properties
This component is not nillable.

Model
<...>
(data-source?, target?, connection-pool?, deletes-per-batch-maximum, deployment-order, logical-name?, inserts-per-batch-maximum, xa-resource-name?, deletes-per-statement-maximum )
</...>


Nested Element Summary
xs:stringconnection-pool
          
xs:stringdata-source
          
 deletes-per-batch-maximum
          The maximum number of table rows that are deleted per database call. 
 deletes-per-statement-maximum
          The maximum number of table rows that are deleted per database call. 
 deployment-order
          A priority that the server uses to determine when it deploys an item. 
 inserts-per-batch-maximum
          The maximum number of table rows that are inserted per database call. 
xs:stringlogical-name
          The name used by subsystems to refer to different stores on different servers using the same name. 
xs:stringtarget
          
xs:stringxa-resource-name
          Overrides the name of the XAResource that this store registers with JTA. 
Source
<xs:complexType name="jdbc-storeType">
<xs:complexContent>
<xs:extension base="dom:generic-jdbc-storeType">
<xs:sequence>
<xs:element minOccurs="0" name="data-source" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="target" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="connection-pool" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="deletes-per-batch-maximum" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="deployment-order" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="logical-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="inserts-per-batch-maximum" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="xa-resource-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="deletes-per-statement-maximum" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation