ejb.remoteNamePrefix

The ejb.remoteNamePrefix and ejb.remoteNameSuffix Ant properties define the suffix and prefix, respectively, for JNDI names bound to remote interfaces in the module. Each remote interface is bound to a JNDI name comprised of the prefix, the suffix, and the name of the enterprise bean.

To add additional name bindings, add <bind> commands to your user configuration script. See ejb.localNamePrefix for an example.