NonStop SOAP for Java User's Manual

Using the Administration Tools
NonStop SOAP for Java User’s Manual523860-001
5-18
Deploying a Stateful Session Bean
Option 3: Key : ContextProviderURL
Value : corbaloc://ip-address-of-NSK-system:ILSD_port (see Appendix A,
Locating the ContextProviderURL)
Option 3: Key : FullContextFactoryName
Value : com.tandem.nsdom.jndi.CosNaming.CNContextFactory (This value is
fixed and defines the Context Factory class to use for JNDI lookups for NSEJBs.)
The Provider Class of the Java Provider Class is Translator which must be the name
of the EJBObject class for the particular NSEJB.
For all the other fields, use the default values specified.
Deploying a Stateful Session Bean
Table 5-2 deploys a stateful session bean called CartBean which is a sample provided
with the NSEJB product. Type the following information in the form.
Table 5-2. Deploying a Stateful Session Bean
ID urn:CartSample
Scope Application
Methods removeItem addItem create
Provider
Type
User-Defined
FULL
Class
Name
com.tandem.soap.providers.StatelessNSEJBProvider
Number
of
Options
4
Key Value
FullHomeInterfaceName CartHome
JNDIName CartSample
ContextProviderURL corbaloc://ip-address-of-NSK-system:ILSD_port
FullContextFactoryName com.tandem.nsdom.jndi.CosNaming.CNContextFactory
Java
Provider
Provider Class
Cart
Static No