It's not a secret anymore!
The moose likes EJB and other Java EE Technologies and the fly likes Using constants for jndi names Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Using constants for jndi names " Watch "Using constants for jndi names " New topic
Author

Using constants for jndi names

Nidhi Juneja
Greenhorn

Joined: Oct 07, 2002
Posts: 27
Hi all,
In my application I have few MDBs using Queues and Topics. I also have few stateless session beans. I want to use constants ( not thru an interface or a constant class ) for the jndi names for all of them instead of actually hardcoding these names while doing the lookups in the code. I am using weblogic 8.1. Is there any way constants can be set in ejb-jar.xml or weblogic-ejb-jar.xml to achieve this.

Will appreciate any inputs.
Thanks,
Nidhi
Chris Mathews
Ranch Hand

Joined: Jul 18, 2001
Posts: 2712
You can always set them as environment entries in the ejb-jar.xml using the env-entry element.
[ February 26, 2004: Message edited by: Chris Mathews ]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Using constants for jndi names
 
Similar Threads
How to configure JNDI for a stateless Bean ?
Deployment Descriptors
jndi name in ejb3?
Urgent: Problem with JNDI and data source
Mastering EJB - not quite! newby Q