Commit 238cd628 authored by manohar's avatar manohar

Unclosed connection closed


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91207 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3c136216
......@@ -568,7 +568,17 @@ public class TaxSchIc extends ValidatorEJB implements TaxSchIcLocal, TaxSchIcRem
e.printStackTrace();
System.out.println("Exception ::"+e.getMessage());
}
// 18/01/10 manoharan
finally {
try {
conn.close();
conn = null;
}
catch(Exception fe) {fe.printStackTrace();
throw new ITMException(fe);
}
}
// end 18/01/10 manoharan
return valueXmlString.toString();
......
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