| Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components | |
| Close Print View | |
| Designing: Specifying JNDI Names for WebLogic Adapter |
|
Creating a Runtime Environment
Designing Business Processes in the Sun Business Process Manager
Working with TCP/IP HL7 Collaborations
Developing Sun Master Indexes (Repository)
Developing Sun Master Patient Indexes
Developing OTDs for Application Adapters
Developing OTDs for Communication Adapters
Developing OTDs for Database Adapters
Developing OTDs for Web Server Adapters
Designing with Application Adapters
Designing with Communication Adapters
Designing with Web Server Adapters
Specifying JNDI Names with the Sun Java System Application Server Adapter
Designing with Sun JCA Adapters
The Connectivity Map and Environment properties are used to specify JNDI names. There are two methods you can use to specify a JNDI name:
Specify the server name and port number in the Environment properties, and specify a JNDI name in the Connectivity Map, ejbJndiName property. The adapter concatenates the server name and port number with the JNDI name and provides the qualified JNDI name.
For example, if the specified server name is MyServer, the specified port number is 1111, and the JNDI name is ejb/MyStorageBin, the adapter uses these property to construct the qualified JNDI name:
corbaname:iiop:1.2@MyServer:1111#ejb/MyStorageBin
Specify a qualified JNDI name in the Connectivity Map property, ejbJndiName. This name supercedes any values specified in the Environment properties. For example:
corbaname:iiop:1.2@MyServer:1111#ejb/MyStorageBin