Commit b755fa7b authored by ssurve's avatar ssurve

rollback removed


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96545 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c3c99c6a
...@@ -128,12 +128,6 @@ public class DissIssuePosSave extends ValidatorEJB implements DissIssuePosSave ...@@ -128,12 +128,6 @@ public class DissIssuePosSave extends ValidatorEJB implements DissIssuePosSave
} }
catch(Exception e) catch(Exception e)
{ {
// rollback code Sandesh 7-Oct-2014
try {
conn.rollback();
} catch (Exception d) {
d.printStackTrace();
}
e.printStackTrace(); e.printStackTrace();
throw new ITMException(e); throw new ITMException(e);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment