Commit d3e1d7c3 authored by ysawant's avatar ysawant

*Updated component for Leave Laps

AutoLeaveLapsIC.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@216156 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6e028ae7
...@@ -747,7 +747,6 @@ public class AutoLeaveLapsIC extends ValidatorEJB implements AutoLeaveLapsICLoca ...@@ -747,7 +747,6 @@ public class AutoLeaveLapsIC extends ValidatorEJB implements AutoLeaveLapsICLoca
} }
} }
} }
}
if (errList != null && errList.size() > 0) if (errList != null && errList.size() > 0)
{ {
errStringXml = new StringBuffer("<?xml version=\"1.0\"?>\r\n<Root><Errors>"); errStringXml = new StringBuffer("<?xml version=\"1.0\"?>\r\n<Root><Errors>");
...@@ -787,6 +786,7 @@ public class AutoLeaveLapsIC extends ValidatorEJB implements AutoLeaveLapsICLoca ...@@ -787,6 +786,7 @@ public class AutoLeaveLapsIC extends ValidatorEJB implements AutoLeaveLapsICLoca
} }
System.out.println("errStringXml.toString()---2= "+errStringXml.toString()); System.out.println("errStringXml.toString()---2= "+errStringXml.toString());
} }
}
catch (Exception e) catch (Exception e)
{ {
e.printStackTrace(); e.printStackTrace();
...@@ -819,8 +819,8 @@ public class AutoLeaveLapsIC extends ValidatorEJB implements AutoLeaveLapsICLoca ...@@ -819,8 +819,8 @@ public class AutoLeaveLapsIC extends ValidatorEJB implements AutoLeaveLapsICLoca
throw new ITMException(e); throw new ITMException(e);
} }
} }
System.out.println("errStringXml.toString()>= "+errStringXml.toString()); /*System.out.println("errStringXml.toString()>= "+errStringXml.toString());
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