BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element deployment-order

Super Types
{http://www.w3.org/2001/XMLSchema}int
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
A priority that the server uses to determine when it deploys an
 item. The priority is relative to other deployable items of the
 same type.



For example, the server prioritizes and deploys all EJBs before
 it prioritizes and deploys startup classes.



Items with the lowest Deployment Order value are deployed first.
 There is no guarantee on the order of deployments with equal
 Deployment Order values. There is no guarantee of ordering across
 clusters.

 


 Legal Min: DeploymentMBean.MIN_ORDER


 Legal Max: DeploymentMBean.MAX_ORDER


 Default: DeploymentMBean.DEFAULT_ORDER
Properties
This component is not nillable.

Model
<deployment-order>

</deployment-order>

Source
<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>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation