Menu

SQL2Java and CMT

2004-06-15
2004-08-31
  • David Dossot

    David Dossot - 2004-06-15

    I have been evaluating usage of SQL2Java in SLSBs w/CMT and methods w/Required transactions.

    It works very well but I had to comment out this line:

       c.setAutoCommit(true);

    in Manager.releaseConnection - else the container was beating the crap out of me!

    Maybe something you want to take into account for a future release.

    David

     
    • nr

      nr - 2004-06-16

      thanks your're right... in fact you should move this
      "c.setAutoCommit(true);" line to endTransaction method.

      Next realease will fix this.

      N.

       
    • nr

      nr - 2004-08-31

      Fixed in 2.5.
      Thanks again!

      N.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.