BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType startup-classType

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

Documentation
Corresponds to StartupClassMBean
Properties
This component is not nillable.

Model
<...>
(failure-is-fatal?, load-before-app-deployments?, load-before-app-activation? )
</...>


Nested Element Summary
xs:booleanfailure-is-fatal
          Specifies whether a failure in this startup class prevents the targeted server(s) from starting. 
xs:booleanload-before-app-activation
          Specifies whether the targeted servers load and run this startup class after activating JMS and JDBC services and before activating applications and EJBs. 
xs:booleanload-before-app-deployments
          Specifies whether the targeted servers load and run this startup class before activating JMS and JDBC services and before starting deployment for applications and EJBs. 
Source
<xs:complexType name="startup-classType">
<xs:complexContent>
<xs:extension base="dom:class-deploymentType">
<xs:sequence>
<xs:element minOccurs="0" name="failure-is-fatal" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="load-before-app-deployments" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="load-before-app-activation" nillable="false" type="xs:boolean">
</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