Attribute Label
|
Description
|
Value Constraints
|
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.
MBean: weblogic.management. configuration. EJBComponentMBean
Attribute: JavaCompiler
|
Default: null
Configurable: yes
Readable: yes
Writable: yes
|
Tmp Path
|
The temporary directory where generated files are stored by ejbc.
MBean: weblogic.management. configuration. EJBComponentMBean
Attribute: TmpPath
|
Default: "tmp_ejb"
Configurable: yes
Readable: yes
Writable: yes
|
Extra Rmic Options
|
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..
MBean: weblogic.management. configuration. EJBComponentMBean
Attribute: ExtraRmicOptions
|
Default: null
Configurable: yes
Readable: yes
Writable: yes
|
Extra ejbc Options
|
The extra options passed to ejbc during dynamic EJB compilation. Options set here override any Extra ejbc Options set on the Servers --> Configuration -->Compilers screen.
MBean: weblogic.management. configuration. EJBComponentMBean
Attribute: ExtraEjbcOptions
|
Default: null
Configurable: yes
Readable: yes
Writable: yes
|
Keep Generated Source Files
|
Return true if ejbc should keep its generated source files, false if it should delete them after compiling them.
MBean: weblogic.management. configuration. EJBComponentMBean
Attribute: KeepGenerated
|
Default: true
Configurable: yes
Readable: yes
Writable: yes
|
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.
MBean: weblogic.management. configuration. EJBComponentMBean
Attribute: ForceGeneration
|
Default: false
Configurable: yes
Readable: yes
Writable: yes
|