Table 15-1 EJBContainerMBean Element Attributes
Attribute
|
Description
|
Range of Values and Default
|
Console Label
|
Extra-Rmic-Options
|
The extra options passed to rmic during server-side generation. Note: the default for this attribute must be null. If no ExtraRmicOptions are specified on the EJBComponent, the default will be pulled from Server.ExtraRmicOptions..
|
Default: null
|
Extra Rmic Options
|
Force-Generation
|
Return true if ejbc should force regeneration of wrapper classes, false if it should regenerate the files only if it determines it needs to do so.
|
Default: false
|
Force Generation
|
Java-Compiler
|
The path to the Java compiler to use to compile EJB's (e.g. "sj" or "javac"). Note: the default for this attribute must be null. If no JavaCompiler is specified on this specific EJBComponent, the default will be pulled in the following order from - EJBContainerMBean - Server.JavaCompiler.
|
Default: null
|
Java Compiler
|
Java-Compiler-Post-Class-Path
|
The options to append to the Java compiler classpath for when we need to compile Java code.
|
Default: null
|
Java Compiler Post Class Path
|
Java-Compiler-Pre-Class-Path
|
The options to prepend to the Java compiler classpath for when we need to compile Java code.
|
Default: null
|
Java Compiler Pre Class Path
|
Keep-Generated
|
Return true if ejbc should keep its generated source files, false if it should delete them after compiling them.
|
Default: true
|
Keep Generated
|
Name
|
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
|
|
Name
|
Notes
|
Optional information that you can include to describe this configuration.
|
|
Notes
|
Tmp-Path
|
The temporary directory where generated files are stored by ejbc.
|
Default: "tmp_ejb"
|
Tmp Path
|
Verbose-EJBDeployment-Enabled
|
Returns true if verbose deployment of EJB's is enabled.
|
Default: "false"
|
Verbose EJBDeployment Enabled
|