user manual

Chapter 31: EJB, JSS, and JTS Properties 385
Chapter
31
Chapter31EJB, JSS, and JTS Properties
EJB Container-level Properties
Set EJB container properties in partition.xml (each Partition has its own
properties file). This file is located in the following directory:
<install_dir>/var/domains/base/configurations/configuration_name/mos/
partition_name/adm/properties
Property Description Default
ejb.copy_arguments=true|false This flag causes arguments to be copied
in intra-bean in-process calls. By default,
intra-bean calls use pass-by-reference
semantics. Enable this flag to cause intra-
bean calls to use pass-by-value
semantics. Note: A number of EJBs will
run significantly slower using pass-by-
value semantics.
false
ejb.use_java_serialization=tru
e|false
If set it overrides use of IIOP serialization
with Java serialization for things like
session passivation, and so forth.
false