Commit 96d9f5b9 authored by pshinde's avatar pshinde

Freight rate ejb


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94419 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e4debe89
...@@ -623,7 +623,7 @@ public class FreightRateIC extends ValidatorEJB implements FreightRateICLocal,Fr ...@@ -623,7 +623,7 @@ public class FreightRateIC extends ValidatorEJB implements FreightRateICLocal,Fr
{ {
errCode = errList.get(count); errCode = errList.get(count);
errFldName = errFields.get(count); errFldName = errFields.get(count);
System.out.println("mahendra testing :errCode .:" + errCode); System.out.println(" testing :errCode .:" + errCode);
errString = getErrorString(errFldName, errCode, userId); errString = getErrorString(errFldName, errCode, userId);
errorType = errorType(conn, errCode); errorType = errorType(conn, errCode);
if (errString.length() > 0) if (errString.length() > 0)
...@@ -681,7 +681,7 @@ public class FreightRateIC extends ValidatorEJB implements FreightRateICLocal,Fr ...@@ -681,7 +681,7 @@ public class FreightRateIC extends ValidatorEJB implements FreightRateICLocal,Fr
} }
} }
errString = errStringXml.toString(); errString = errStringXml.toString();
System.out.println("mahendra testing : final errString : "+errString); System.out.println("testing : final errString : "+errString);
return errString; return errString;
}//end of validation method }//end of validation method
......
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