uCosminexus Application Server, EJB Container Functionality Guide

[Contents][Glossary][Index][Back][Next]

2.13.4 Defining in cosminexus.xml

Of the invocation functionality of an EJB remote interface, the settings that specify the Enterprise Bean in which the pass by reference functionality of the EJB remote interface is to be enabled are defined in cosminexus.xml.

The definition is specified in the <ejb-jar> tag of cosminexus.xml. The tag to be specified is different for each type of the target Enterprise Bean.

The definition of a timeout of an EJB container as specified in cosminexus.xml is as follows:

Tag to be specified
In the case of a Session Bean
<session>-<pass-by-reference> tag
In the case of an Entity Bean
<entity>-<pass-by-reference> tag

Contents of the file
Specify whether to enable the pass by reference functionality for the values of EJB remote interface in each Enterprise Bean.

For details on cosminexus.xml, see 2. Application property file (cosminexus.xml) in the uCosminexus Application Server Application and Resource Definition Reference Guide.