Condition to check a remote EJB that implements
ConditionRemote .
A required argument for this condition is ejb.location , which specifies
the JNDI location to look up the remote EJB at.
Note that by default, the EJB will be looked up from a default InitialContext. It is
however possible to specify an environment for the initial context by specifying the
standard JNDI keys as arguments.
For example, specifying an argument with a name of java.naming.security.principal
and a value of testuser will result in an InitialContext being created with
the user specified as 'testuser'.
author: $Author: hani $ version: $Revision: 1.3 $ |