Administration Console Online Help

 Previous Next Contents Index  

 


EJB --> Configuration --> EJBC options

Tasks     Additional Documentation     Attributes

Overview

You can configure EJBC options in the Configuration tab of the Administration Console. The weblogic.ejbc utility generates and compiles container classes if you want to compile the JAR file for deployment into the EJB container. Although you can configure options for this utility at the command line, you to configure the more commonly used options in the Administration Console.

Tasks

Configuring EJBC Options

Additional Documentation

(Requires an Internet connection.)

Deploying EJBs in the Programming WebLogic Enterprise JavaBeans Guide

webLogic.ejbc utility in the Programming WebLogic Enterprise JavaBeans Guide

Attributes

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



 

Back to Top Previous Next