1 Reply Latest reply on Mar 24, 2006 11:57 AM by bill.burke

    Let Session Bean can catch the Exception throwed by EntityMa

    adver11

      We usually using "persist", "merge" and "remove" method of EntityManager Interface, to access database in session bean with Container-Managed Transaction. But our session bean usually can not catch the Excaption throwed by EntityManager via try-catch keyword. Whereas JBoss can print the Exception Information.
      It let seeion bean hard to manage those scenarios.