Commit 5c16e465 authored by caluka's avatar caluka

connection commit for SAVE DATA SUCESS


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98111 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 75599a77
......@@ -3,7 +3,6 @@ package ibase.webitm.utility.wms;
import ibase.scheduler.utility.interfaces.Schedule;
import java.rmi.RemoteException;
import java.util.*;
import java.util.Date;
import java.util.Map.Entry;
import java.sql.*;
import java.io.*;
......@@ -989,6 +988,10 @@ public class NearExpirySchedule implements Schedule
System.out.println("connection roll back");
conn.rollback();
}
}else
{
System.out.println("connection roll back for save data");
conn.rollback();
}
}
......
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