Configuration Options Related Tasks Related Topics
Use this page to define domain-wide EJB configuration settings.
Name | Description |
---|---|
Java Compiler |
The path to the Java compiler to use to compile EJBs (e.g. "sj" or "javac"). Note: the default 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 Attribute: |
Prepend Java Compiler Options |
Provides a list of the options to prepend to the Java compiler classpath when you compile Java code. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Append Java Compiler Options |
Provides a list of the options to append to the Java compiler classpath when you compile Java code. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Extra rmic Options |
The extra options passed to rmic during server-side generation are noted here. 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 Attribute: Changes take effect after you redeploy the module or restart the server. |
Keep Generated EJBC Source Files |
indicates whether KeepGenerated is enabled and the ejbc source files will be kept. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Force Generation |
Indicates whether the ForceGeneration is enabled. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Temporary Directory |
Return the temporary directory where generated files are stored by ejbc. Deprecated: All EJB compiler output is now stored in the EJBCompilerCache subdirectory of the server staging directory. This directory should not be described as "temporary" since removing it would cause the EJB compiler to be rerun as necessary the next time the server is restarted. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Verbose EJB Deployment |
Indicates whether the VerboseEJBDeployment is enabled. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Extra ejbc Options |
Returns the extra options passed to ejbc during the dynamic ejbc of a jar file. For example: -J-mx128m By default this value is null. If no ExtraEJBCOptions are specified on the EJBComponent, the default will be pulled from the Server.ExtraEJBCOptions. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Suppress Server Exception |
![]() ![]() |