3 Replies Latest reply on Jan 31, 2003 3:28 PM by choughte

    container managed transactional Stateless Session bean not u

    choughte

      I have a Stateless Session bean that uses container managed transactions. (jboss 3.0.4 + mysql(latest stable))
      Everything works fine except the update. It calls my update method which gets the datasource and the connection and all the normal calls to update the database, but ultimately it never commits the update to the database. Im lost. I have looked at tons of examples. I know my code is okay because the exact same code with the exact same database works perfectly on weblogic.
      So, why would an update not get commited?

      attached are all the files in the proj.

      Chris