• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

on EJB Topic

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is it possible to call from session bean to entity bean with one JNDI name.
BCos Session Bean for Maintain Session (Client side)for that Bean.
Entity Bean for DataBase (Server Side).
why these two(Session & Entity) we can not use in same JNDI Name.

i am waiting for ur reply.

Bye
Gopi.
 
Ranch Hand
Posts: 532
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
They are components, they need to be able to exist separately.
That's really just the definition. No two components can have the same name. Why does it matter?
 
Ranch Hand
Posts: 919
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
'scotty',
Unfortunately your name as registered doesn't meet with our naming policy. Please re-register using a proper name consisting of a firstname (space) lastname combination or other acceptable alternative as laid down in the javaranch naming policy that would have been displayed when you registered.
Many thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic