BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType ejb-containerType

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

Documentation
Corresponds to EJBContainerMBean
Properties
This component is not nillable.

Model
<...>
(java-compiler?, java-compiler-pre-class-path?, java-compiler-post-class-path?, extra-rmic-options?, keep-generated?, force-generation?, tmp-path?, verbose-ejb-deployment-enabled?, extra-ejbc-options? )
</...>


Nested Element Summary
xs:stringextra-ejbc-options
          Returns the extra options passed to ejbc during the dynamic ejbc of a jar file. 
xs:stringextra-rmic-options
          The extra options passed to rmic during server-side generation are noted here. 
xs:booleanforce-generation
          Indicates whether the ForceGeneration is enabled. 
xs:stringjava-compiler
          The path to the Java compiler to use to compile EJBs (e. 
xs:stringjava-compiler-post-class-path
          Provides a list of the options to append to the Java compiler classpath when you compile Java code. 
xs:stringjava-compiler-pre-class-path
          Provides a list of the options to prepend to the Java compiler classpath when you compile Java code. 
xs:booleankeep-generated
          indicates whether KeepGenerated is enabled and the ejbc source files will be kept. 
xs:stringtmp-path
          Return the temporary directory where generated files are stored by ejbc. 
xs:stringverbose-ejb-deployment-enabled
          Indicates whether the VerboseEJBDeployment is enabled. 
Source
<xs:complexType name="ejb-containerType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="java-compiler" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="java-compiler-pre-class-path" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="java-compiler-post-class-path" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="extra-rmic-options" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="keep-generated" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="force-generation" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="tmp-path" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="verbose-ejb-deployment-enabled" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="extra-ejbc-options" 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