Commit ee683669 authored by dsawant's avatar dsawant

updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96088 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2d9f96b3
...@@ -148,8 +148,6 @@ public class DissIssuePosSave extends ValidatorEJB implements DissIssuePosSave ...@@ -148,8 +148,6 @@ public class DissIssuePosSave extends ValidatorEJB implements DissIssuePosSave
} }
catch(Exception e) catch(Exception e)
{ {
e.printStackTrace();
throw new ITMException(e);
try { try {
System.out.println(">>>>>>>>>>>>In catch Before rollback>>>"); System.out.println(">>>>>>>>>>>>In catch Before rollback>>>");
...@@ -160,6 +158,11 @@ public class DissIssuePosSave extends ValidatorEJB implements DissIssuePosSave ...@@ -160,6 +158,11 @@ public class DissIssuePosSave extends ValidatorEJB implements DissIssuePosSave
} }
e.printStackTrace();
throw new ITMException(e);
} }
finally finally
{ {
......
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