0 Replies Latest reply on Jul 24, 2003 9:51 AM by roxburd

    Manual transaction control in entity bean method - possible?

    roxburd


      Hi, I need to access two data sources on a non-XA DB from within one method on an entity bean and of course, the container (transaction manager) throws a wobbly (see my post earlier today).

      So I'm thinking, if I specify the method as have the NotSupported transaction attribute and then set up and manage the transactions myself within the method I'll be laughing, right? So I can test to see if the container will let me do that but what I wanted to ask is if anyone knows of any problems with this setup that I might not find easily in testing.

      Many thanks,
      Dave