Alphabetical Configuration Index
Resin 2.1

Reference Guide
EJB Reference Guide

EJBServer
JNDI
Entity Config
Relation Config
Session Config
Resin-EJB Config
SQL mapping
Transaction Config
Message Config
EJB-QL
xdoclet
Config Summary
Burlap
JMS
CORBA/IIOP
Index
CORBA/IIOP
EJB Reference Guide
 

abstract-schema-name
The abstract schema name for EJB queries.
abstract-sql-type
The abstract SQL type for automatic database initialization.
auto-compile
If true, EJBServer will automatically recompile updated EJBs.
cache-timeout
How long entity beans remain cached.
cache-size
Maximum number of entity beans in the cache.
cmp-field
Definition for a bean's field.
data-source
Specifies a separate DataSource for an entity bean.
create-database-schema
If true, EJBServer will create the database schema if missing.
ejb-class
The implementation class name of a bean.
ejb-jar
Top level configuration node for the standard EJB deployment descriptor.
ejb-name
The name of an entity or session bean.
ejb-ql
Specifies an EJB-QL query for a findXXX or ejbSelectXXX method.
enterprise-beans
Container for the entity, session, and message bean definitions.
entity
Configuration for an entity bean. An entity bean represents a persistent object like a row in a database table.
home
The class name for the remote home interface. The remote home is used to call the EJB factory methods from a different machine.
local
The class name for the local object interface. The local object is used to call an EJB instance from within the same JVM.
local-home
The class name for the local home interface. The local home is used to call the EJB factory methods from within the same JVM.
method
Configuration for a business method.
persistence-type
Specifies whether the entity bean is automatically managed (CMP) or handles its own database access (BMP).
prim-key-class
Specifies the primary key class for an entity bean.
primkey-field
Specifies the primary key field for an entity bean.
query
Container tag for an EJB-QL query for a findXXX or ejbSelectXXX method.
query-function
Adds a new function signature for an EJB-QL query.
query-loads-bean
If true, an ejbSelect or find will preload the bean.
query-method
Specifies the findXXX or ejbSelectXXX method for a query.
read-only
Configures an entity bean as read-only.
remote
The class name for the remote object interface. The remote interface calls EJB instances from a different machine.
resin-ejb
Top level configuration node for the resin-ejb extensions.
resin-isolation
Configures the isolation level for a method, specifying whether the method is read-only.
session
Configuration for an session bean. An session bean represents a extended sequence of client actions.
session-type
For a session bean, configures whether the session is Stateful or Stateless.
source-sql-column
Configures the SQL column name for a field or relation.
sql-column
Configures the SQL column name for a field or relation.
sql-table
Configures the SQL table name for a bean or relation.
target-sql-column
Configures the SQL column name for a field or relation.
transaction-timeout
In the EJBServer's init-param, how long a transaction can live before timing out.
transaction-type
For a session bean, configures whether the transaction is handled by the Container or by the Bean.

CORBA/IIOP
EJB Reference Guide
 
Copyright © 1998-2006 Caucho Technology, Inc. All rights reserved.
Resin® is a registered trademark, and HardCoretm and Quercustm are trademarks of Caucho Technology, Inc.