• 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

execution of the ejbfind method

 
Ranch Hand
Posts: 260
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
pl ignore my previous query
The EJB specification states that the request for a findMethods in entity beans will the served by bean instances in bean pool.Serving the find method does NOT bring a bean to "ready"(outside the bean pool) state.How does this happen?If this is true where is the bean instance that is delegated the request that the ejbObject that is returned by the find method gets?
Hope i am clear about what i want.
thanks in advance
vamsi
 
reply
    Bookmark Topic Watch Topic
  • New Topic