BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType jolt-connection-poolType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}jolt-connection-poolType (extension)

Documentation
Corresponds to JoltConnectionPoolMBean
Properties
This component is not nillable.

Model
<...>
(primary-address*, failover-address*, minimum-pool-size, maximum-pool-size, user-name?, user-password-encrypted?, application-password-encrypted?, user-role?, security-context-enabled?, recv-timeout )
</...>


Nested Element Summary
xs:stringapplication-password-encrypted
          
xs:stringfailover-address
          The list of Jolt Server Listeners (JSLs) addresses that is used if the connection pool cannot estabilish connections to the Primary Addresses, or if the primary connections fail. 
 maximum-pool-size
          The maximum number of connections that can be made from this Jolt connection pool. 
 minimum-pool-size
          The minimum number of connections to be added to this Jolt connection pool when WebLogic Server starts. 
xs:stringprimary-address
          The list of addresses for the primary Jolt Server Listeners (JSLs) on the Tuxedo system. 
 recv-timeout
          The number of seconds the client waits to receive a response before timing out. 
xs:booleansecurity-context-enabled
          Indicates whether this Jolt connection pool passes the connection pool's security context (user name, password and other information) from the WebLogic Server user to the Tuxedo domain. 
xs:stringuser-name
          A user name that applications specify to connect to this Jolt connection pool. 
xs:stringuser-password-encrypted
          
xs:stringuser-role
          The Tuxedo user role for this Jolt connection pool. 
Source
<xs:complexType name="jolt-connection-poolType">
<xs:complexContent>
<xs:extension base="dom:deploymentType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="primary-address" nillable="true" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="failover-address" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="minimum-pool-size" 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="maximum-pool-size" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="user-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="user-password-encrypted" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="application-password-encrypted" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="user-role" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="security-context-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="recv-timeout" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2147483647"/>
</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