bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

EJBContainer

Description

This MBean is used to specify EJB container-wide settings. These can be overridden by a specific EJBComponentMBean.

Syntax

<!ELEMENT EJBContainer EMPTY >
<!ATTLIST EJBContainer
   ExtraRmicOptions           CDATA                    #IMPLIED
   ForceGeneration            (true | false)           "false"
   JavaCompiler               CDATA                    #IMPLIED
   JavaCompilerPostClassPath  CDATA                    #IMPLIED
   JavaCompilerPreClassPath   CDATA                    #IMPLIED
   KeepGenerated              (true | false)           "true"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   TmpPath                    CDATA                    "tmp_ejb"
   VerboseEJBDeploymentEnabled
                              CDATA                    "false"
>

Parent Elements

The EJBContainer element is a child of the Domain element.

Attributes

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


 

 

Back to Top Previous Next