Macromedia JRun J2EE Server
Applies to: EJB
The always-dirty element can be used to force synchronization with the data source at the ends of transactions even when there has been no change to the entity bean's fields
Applies to: Entity Beans
Parameter | Type | Applicability | Description | Mandatory |
---|---|---|---|---|
value | bool | Default value(s): false | true |
The cluster-home element denotes whether the EJBHome should be clustered for this bean. If clustering is enabled in jrun.xml, this value is true by default. You can use this element to override this behavior on a bean-by-bean basis
Applies to: EJB Beans
Parameter | Type | Applicability | Description | Mandatory |
---|---|---|---|---|
value | text | true |
The cluster-object element denotes whether the EJBObject should be clustered for this bean. If clustering is enabled in jrun.xml, this value is true by default. You can use this element to override this behavior on a bean-by-bean basis
Applies to: EJB Beans
Parameter | Type | Applicability | Description | Mandatory |
---|---|---|---|---|
value | text | true |
The commit-option element specifies the the commit option from Section 10.5.9 and 12.1.9 of the EJB 2.0 specification
Applies to: Entity Beans
Parameter | Type | Applicability | Description | Mandatory |
---|---|---|---|---|
value | text | A or B or C | true |
The ejb-local-ref element describes a mapping between the ejb-ref-name that the bean developer provides and its JNDI name. The deployer provides the actual JNDI name
Applies to: EJB Beans
Parameter | Type | Applicability | Description | Mandatory |
---|---|---|---|---|
ejb-ref-name | text | The ejb-ref-name element gives the name of an EJB from the ejb-jar.xml file. The bean developer this information | true | |
jndi-name | text | The jndi-name element gives the JNDI name where the bean or resource will be bound | true |
The ejb-ref element describes a mapping between the ejb-ref-name that the bean developer provides and its JNDI name. The deployer provides the actual JNDI name
Applies to: EJB Beans
Parameter | Type | Applicability | Description | Mandatory |
---|---|---|---|---|
ejb-ref-name | text | The ejb-ref-name element gives the name of an EJB from the ejb-jar.xml file. The bean developer this information | true | |
jndi-name | text | The jndi-name element gives the JNDI name where the bean or resource will be bound | true |
The instance-pool element contains the maximum and minimum size parameters for StatelessSessionBean instance pools
Applies to: Session Beans
Parameter | Type | Applicability | Description | Mandatory |
---|---|---|---|---|
maximum-size | int | The maximum-size element specifies the maximum size for StatelessSessionBean instance pools | true | |
minimum-size | int | The minimum-size element specifies the minimum size for StatelessSessionBean instance pools | true |
The jdbc-mappings element holds information specific to JRun and not declared in the ejb-jar.xml file about the CMP mappings for an entity bean. jdbc-mappings are used to specify the SQL used to create, load, store, find and remove entity beans
Applies to: Entity Beans
Parameter | Type | Applicability | Description | Mandatory |
---|---|---|---|---|
create-table | bool | Whether JRun will attempt to create database tables | true | |
delete-table | bool | Whether JRun will attempt to delete database tables | true |
The jndi-name element gives the JNDI name where the bean or resource will be bound
Applies to: EJB Beans
Parameter | Type | Applicability | Description | Mandatory |
---|---|---|---|---|
jndi-name | text | true |
The message-driven-destination element provides the destination that the Message driven container uses
Applies to: MD Beans
Parameter | Type | Applicability | Description | Mandatory |
---|---|---|---|---|
name | text | The name element defines the parameter name | true |
The message-driven-destination element provides the destination that the Message driven container uses
Applies to: MD Beans
Parameter | Type | Applicability | Description | Mandatory |
---|---|---|---|---|
client-id | text | The client-id element provides client id for DurableSubscription setup and sign on | true |
The resource-env-ref element describes a mapping between the resource-env-name that the bean developer provides and its JNDI name. The deployer provides the actual JNDI name
Applies to: EJB Beans
Parameter | Type | Applicability | Description | Mandatory |
---|---|---|---|---|
resource-env-ref-name | text | The resource-env-ref-name element gives the name of a resource env from EJB view. The bean developer provides this information | true | |
jndi-name | text | The jndi-name element gives the JNDI name where the bean or resource will be bound | true | |
mdb-destination | text | The mdb-destination element specifies a message-driven bean destination | true |
The resource-ref element describes a mapping between the resource name that the bean developer provides and its JNDI name. The deployer provides the actual JNDI name
Applies to: EJB Beans
Parameter | Type | Applicability | Description | Mandatory |
---|---|---|---|---|
resource-ref-name | text | The res-ref-name element gives the name of a resource from EJB view. The bean developer provides this information | true | |
jndi-name | text | The jndi-name element gives the JNDI name where the bean or resource will be bound | true | |
user | text | The user element assigns a user identity to be used with a specified resource | true | |
password | text | The password element provides user credentials to be used with user element to identify and authenticate a specified resource | true |