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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
<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
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
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
Ya,It solved the problem.
Thanks a lot
Sowmya