BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
Corresponds to FileStoreMBean
Properties
This component is not nillable.

Model
<...>
(target?, deployment-order, logical-name?, xa-resource-name? )
</...>


Nested Element Summary
 deployment-order
          A priority that the server uses to determine when it deploys an item. 
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="file-storeType">
<xs:complexContent>
<xs:extension base="dom:generic-file-storeType">
<xs:sequence>
<xs:element minOccurs="0" name="target" nillable="true" type="xs:string"/>
<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="xa-resource-name" 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