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

Administration Console Online Help

 Previous Next Contents Index  

 


EJB --> Configuration --> Compiler options

Tasks     Related Topics     Attributes

Overview

You can configure EJB compiler options in the Configuration tab of the Administration Console. The weblogic.appc and weblogic.ejbc utilities generate and compile 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 may find it more convenient to configure the more commonly used options in the Administration Console.

Tasks

Configuring Compiler Options

Related Topics

WebLogic Server Deployment and Packaging Guide

webLogic.ejbc utility in the Programming WebLogic Enterprise JavaBeans Guide

webLogic.appc utility in the Programming WebLogic Enterprise JavaBeans Guide

Attributes

Table 7-1

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

Tmp Path

The temporary directory where generated files are stored by ejbc.

MBean: weblogic.management.
configuration.
EJBComponentMBean

Attribute: TmpPath

Default: "tmp_ejb"

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..

MBean: weblogic.management.
configuration.
EJBComponentMBean

Attribute: ExtraRmicOptions

Default: null

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

Valid values:

  • true

  • false

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

Valid values:

  • true

  • false

 

Back to Top Previous Next