Menu

<sql>doesn't work inside <teardown>

Sowmya S
2003-10-07
2003-10-09
  • Sowmya S

    Sowmya S - 2003-10-07

    <sql>doesn't work inside <teardown>.It doen't throw any error.and BUILD will be sucessfull,but changes won't be reflected in the database

    Thanks
    sowmya

     
    • Sujit Pal

      Sujit Pal - 2003-10-07

      Thanks for catching this, I will check. Possibly it does work but is giving an error which makes everything rollback and the TeardownHandler exception handling is to ignore everything. It should at least report the exception.

      -sujit

       
    • Sujit Pal

      Sujit Pal - 2003-10-09

      I removed the code that suppressed the exceptions in both the Setup and Teardown handlers, so you should at least see whats happening if the sql errors in the teardown tag. This is in release 2.2 forgot to add this in the release notes, but its there. Let me know if this does not solve the problem.

      -sujit

       
    • Sowmya S

      Sowmya S - 2003-10-09

      Ya,It solved the problem.

      Thanks a lot
      Sowmya

       

Log in to post a comment.