Commit 7cdf1cc5 authored by wansari's avatar wansari

D14IKAT004.sql updated comment in wfvalData


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97216 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e364ada2
...@@ -76,6 +76,9 @@ public class DDPorderWizEJB extends ValidatorEJB implements DDPorderWizEJBRemote ...@@ -76,6 +76,9 @@ public class DDPorderWizEJB extends ValidatorEJB implements DDPorderWizEJBRemote
@Override @Override
public String wfValData(Document dom, Document dom1, Document dom2, String objContext, String editFlag, String xtraParams)throws RemoteException, ITMException public String wfValData(Document dom, Document dom1, Document dom2, String objContext, String editFlag, String xtraParams)throws RemoteException, ITMException
{ {
String errString = "";
/*StringBuffer errStringXml = new StringBuffer("<?xml version = \"1.0\"?> \r\n <Root> <Errors>");
Connection conn = null; Connection conn = null;
ConnDriver connDriver = new ConnDriver(); ConnDriver connDriver = new ConnDriver();
ResultSet rs = null; ResultSet rs = null;
...@@ -95,13 +98,13 @@ public class DDPorderWizEJB extends ValidatorEJB implements DDPorderWizEJBRemote ...@@ -95,13 +98,13 @@ public class DDPorderWizEJB extends ValidatorEJB implements DDPorderWizEJBRemote
String errCode = ""; String errCode = "";
String errorType = ""; String errorType = "";
String errString = "";
ArrayList<String> errList = new ArrayList<String>(); ArrayList<String> errList = new ArrayList<String>();
ArrayList<String> errFields = new ArrayList<String>(); ArrayList<String> errFields = new ArrayList<String>();
StringBuffer errStringXml = new StringBuffer("<?xml version = \"1.0\"?> \r\n <Root> <Errors>");
/* try
try
{ {
conn = connDriver.getConnectDB("DriverITM"); conn = connDriver.getConnectDB("DriverITM");
userId = getValueFromXTRA_PARAMS(xtraParams, "loginCode"); userId = getValueFromXTRA_PARAMS(xtraParams, "loginCode");
...@@ -380,8 +383,8 @@ public class DDPorderWizEJB extends ValidatorEJB implements DDPorderWizEJBRemote ...@@ -380,8 +383,8 @@ public class DDPorderWizEJB extends ValidatorEJB implements DDPorderWizEJBRemote
throw new ITMException(d); throw new ITMException(d);
} }
} }
*/
errString = errStringXml.toString(); errString = errStringXml.toString();*/
return errString; return errString;
} }
......
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