Commit a53554fb authored by manohar's avatar manohar

DI90UNI018 unclosed connection closed


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91258 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7e42780a
......@@ -499,6 +499,16 @@ public class InvPackAct extends ActionHandlerEJB implements InvPackActLocal, Inv
{
throw new ITMException(e);
}
finally
{
try
{
conn.close();
conn = null;
}
catch (Exception e){}
}
System.out.println("valueXmlString return from InvPack :"+valueXmlString.toString());
System.out.println("valueXmlString from Stock:"+valueXmlString.toString());
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