BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType wtc-resourcesType

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

Documentation
Corresponds to WTCResourcesMBean
Properties
This component is not nillable.

Model
<...>
(fld-tbl16-class*, fld-tbl32-class*, view-tbl16-class*, view-tbl32-class*, app-password?, app-password-iv?, tp-usr-file?, remote-mb-encoding?, mb-encoding-map-file? )
</...>


Nested Element Summary
xs:stringapp-password
          The application password as returned from the genpasswd utility. 
xs:stringapp-password-iv
          The initialization vector used to encrypt the AppPassword. 
xs:stringfld-tbl16-class
          The names of FldTbl16Classes that are loaded via a class loader and added to a FldTbl array. 
xs:stringfld-tbl32-class
          The names of FldTbl32Classes that are loaded via a class loader and added to a FldTbl array. 
xs:stringmb-encoding-map-file
          The encoding name map file between Java and Tuxedo MBSTRING. 
xs:stringremote-mb-encoding
          The default encoding name of sending MBSTRING data. 
xs:stringtp-usr-file
          The full path to the TPUSR file, which contains Tuxedo UID/GID information. 
xs:stringview-tbl16-class
          The names of ViewTbl16Classes that are loaded via a class loader and added to a ViewTbl array. 
xs:stringview-tbl32-class
          The names of ViewTbl32Classes that are loaded via a class loader and added to a ViewTbl array. 
Source
<xs:complexType name="wtc-resourcesType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="fld-tbl16-class" nillable="true" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="fld-tbl32-class" nillable="true" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="view-tbl16-class" nillable="true" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="view-tbl32-class" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="app-password" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="app-password-iv" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="tp-usr-file" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="remote-mb-encoding" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="mb-encoding-map-file" nillable="true" type="xs:string">
</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