The Artima Developer Community
Sponsored Link

Java Answers Forum
Transaction attributes at EJB Level

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
perry arora

Posts: 22
Nickname: perry
Registered: Sep, 2003

Transaction attributes at EJB Level Posted: Oct 8, 2003 6:39 AM
Reply to this message Reply
Advertisement
HI FRIENDS!


Need you expert help. on two issues..

(1)First about transaction,

In case ENtity beans while specifying the trabsactional attributes we can specify them either for each and every method for we can specify them for the entire bean'

Can any helpme with the code for specifying the transactional attributes for the entire EJB.

for a specific method we do that with the <method> </method > elements but i dont know how to do that for the entire bean.

(2) Is is advisable to acesss the ENtity beans remotely from a Session bean ,. as far as i have seen the session bean are only coded to reduce the complex data base transactions,

which are among different entity beans.

Plz i will be waiting for your suggestion! and cOde ALso..

Regards...

Topic: HELP PLEASE!!   Linked Lists Previous Topic   Next Topic Topic: Problem with CallableStatement and PreparedStatement - Urgent

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use