Commit bbc403f7 authored by wansari's avatar wansari

W15GSUN003 fixed the connection rollback issue.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99401 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ed858461
......@@ -603,11 +603,11 @@ public class ScheduleAWMSInOutTasks implements Schedule
conn.rollback();
}
}
else
/*else
{
conn.rollback();
System.out.println("PR/PRS detail not found hence header is rollbacked");
}
}*/
}
pstmtInterface.close();pstmtInterface = null;
rsInterface.close();rsInterface = null;
......
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