• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How set JNDI Name for beans.xml file externally

 
Ranch Hand
Posts: 643
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In beans.xml file i am senting JNDI as shown below


Everything is working fine.
The problem with above approch is that i am hard coding jndiName as myJNDI.
My JNDI Name changes frequently so every time i have to change beans.xml file and change value for jndiName.

I don't want to change beans.xml file every time.I want some external file where i can specify jndiName so that when change is required for JNDI name
i need to change external file only.

Thanks for Help.
 
reply
    Bookmark Topic Watch Topic
  • New Topic