Java virtual machine custom properties

You can use the administrative console to change the values of Java virtual machine (JVM) custom properties. To set these custom properties, connect to the administrative console and navigate to the appropriate Java virtual machine custom properties page.

com.ibm.websphere.ejbcontainer.expandCMPCFJNDIName

Use this Enterprise JavaBeans (EJB) custom property to expand the variables that are used in a container-managed persistence (CMP) connection factory Java Naming and Directory Interface (JNDI) name.

The EJB Container should allow for the expansion of the CMP connection factory JNDI name when a JNDI name contains a user-defined Application Server variable (although V6.1 does not support the expansion of variables). You need to use this property in order to expand the variables. You can enable or disable expansion.

Table 1. com.ibm.websphere.ejbcontainer.expandCMPCFJNDIName custom property values
Scope Java virtual machine
Valid values

true: The EJB container expands a variable found in the CMP connection factory JNDI name.

false: The EJB container does not expand a variable.

Default false