Resource bundle file sample

The resource bundle files that contain information for invoker creation usually include the following keys:
Table 1. Keys in the resource bundle for invoker creation
Key Description
implClass The name of the super class that the invoker EJB extends
jndiName The JNDI name of the invoker EJB
location The location and port of the invoker EJB
isLocal Indicates whether the invoker EJB is a local one or not. The default value is false. This key is not mandatory.
factory The name of the Bean Invoker Factory. The default value for this key is com.ibm.websphere.naming.WsnInitialContextFactory.

This key is not mandatory.
csReplyFormat Indicates the reply format name the client side uses.

This key is not mandatory.
Here's a sample of the resource bundle file:
implClass=com.ibm.btt.samples.appl.presentation.JavaWithdrawalInvoker
jndiName=com/ibm/btt/samples/appl/business/WithdrawalProcessServiceHome
factory=com.ibm.websphere.naming.WsnInitialContextFactory
location=iiop://localhost:2809
homeClassName=com.ibm.btt.samples.appl.business.WithdrawalProcessServiceHome
isLocal=false
csReplyFormat=withdrawalRepFmt