| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}ejb-containerType (extension)
Corresponds to EJBContainerMBean
Nested Element Summary | |
xs:string | extra-ejbc-options Returns the extra options passed to ejbc during the dynamic ejbc of a jar file. |
xs:string | extra-rmic-options The extra options passed to rmic during server-side generation are noted here. |
xs:boolean | force-generation Indicates whether the ForceGeneration is enabled. |
xs:string | java-compiler The path to the Java compiler to use to compile EJBs (e. |
xs:string | java-compiler-post-class-path Provides a list of the options to append to the Java compiler classpath when you compile Java code. |
xs:string | java-compiler-pre-class-path Provides a list of the options to prepend to the Java compiler classpath when you compile Java code. |
xs:boolean | keep-generated indicates whether KeepGenerated is enabled and the ejbc source files will be kept. |
xs:string | tmp-path Return the temporary directory where generated files are stored by ejbc. |
xs:string | verbose-ejb-deployment-enabled Indicates whether the VerboseEJBDeployment is enabled. |
<xs:complexType name="ejb-containerType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><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:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |