Results 1 to 3 of 3

Thread: Transaction between session bean ans spring object

  1. #1

    Lightbulb Transaction between session bean ans spring object

    Hi,
    Can some one pl. tell me
    if session bean starts transaction spring objects can join that transaction?

    Thanks
    Abhay

  2. #2
    Join Date
    Feb 2005
    Location
    Boston, MA
    Posts
    1,142

    Default

    Yes. But you still have to configure a transaction manager in your Spring code, so that it can hook up to your EJB transaction.
    Bill

  3. #3

    Default

    could you pl. let me know how can I do this? or any link to document?

    Thanks
    Abhay

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •