• 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

JNDI naming changes

 
Ranch Hand
Posts: 43
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I want to know is it possible to change JNDI name for a ejb as follow,

if EJB in abc-common.jar jndi name will be as follow

       java:global/abc-ear/abc-common-ejb/xxx
java:app/abc-common-ejb/xxx
java:module/xxx
java:global/abc-ear/abc-common-ejb/xxx
java:app/abc-common-ejb/xxx
java:module/xxx

if EJBs in abc-main.jar then name will be

       java:global/abc-ear/abc-main-ejb/xxx
java:app/abc-main-ejb/xxx
java:module/xxx
java:global/abc-ear/abc-main-ejb/xxx
java:app/abc-main-ejb/xxx
java:module/xxx

Question: I wanted to know, is it possible to change jndi name of abc-common.jar to look like abc-main.jar


 
reply
    Bookmark Topic Watch Topic
  • New Topic