BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType basic-deploymentType

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

Documentation
Corresponds to BasicDeploymentMBean
Properties
This component is not nillable.

Model
<...>
(source-path?, sub-deployment*, deployment-order? )
</...>


Nested Element Summary
xs:intdeployment-order
          A numerical value that indicates when this unit is deployed, relative to other DeployableUnits on a server, during startup. 
xs:stringsource-path
          The path to the source of the deployment unit on admin server. 
dom:sub-deploymentTypesub-deployment
          Targeting for subcomponents that differs from targeting for the component. 
Source
<xs:complexType name="basic-deploymentType">
<xs:complexContent>
<xs:extension base="dom:target-infoType">
<xs:sequence>
<xs:element minOccurs="0" name="source-path" nillable="true" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="sub-deployment" nillable="true" type="dom:sub-deploymentType">
</xs:element>
<xs:element minOccurs="0" name="deployment-order" nillable="false" type="xs:int">
</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