Commit 42577d2f authored by prane's avatar prane

DriverITM is changed to getConnection()

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@175535 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 09772e87
......@@ -59,8 +59,9 @@ public class SorderConf extends ActionHandlerEJB implements SorderConfLocal, Sor
try
{
ConnDriver connDriver = null;
connDriver = new ConnDriver();
conn = connDriver.getConnectDB("DriverITM");
//connDriver = new ConnDriver();
//conn = connDriver.getConnectDB("DriverITM");
conn = getConnection();
conn.setAutoCommit(false);
if (saleOrder != null && saleOrder.trim().length() > 0)
......
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