• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Doubt in ejb-jar.xml

 
Ranch Hand
Posts: 159
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is the tag which is in <session> tag.What actually it means?

The session bean which is described here acts as facade to an Entity Bean.

So do this ejb-local-ref> tag is ment to describe about the entity bean.

Could you please suggest? Thanks.


<ejb-local-ref>
<ejb-ref-name>ejb/local/GCBasketPitTableEJB</ejb-ref-name>
<ejb-ref-type>Entity</ejb-ref-type>
<local-home>com.tullib.products.eurorepo.otcee.ejb.GCBasketPitTableLocalHome</local-home>
<local>com.tullib.products.eurorepo.otcee.ejb.GCBasketPitTableLocal</local>
<ejb-link>GCBasketPitTableEJB</ejb-link>
</ejb-local-ref>
 
Time flies like an arrow. Fruit flies like a banana. Steve flies like a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic