Commit 5f5c70d3 authored by smane's avatar smane

Changes EJB File for QC Sampling Wizard(M14HFRA001)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96922 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3f66a7ba
......@@ -410,10 +410,7 @@ public class QCSampleWizIC extends ValidatorEJB implements QCSampleWizICLocal,QC
String valueXmlString = "";
try
{
System.out.println(">>>>>>>>>>>>>>>>In WeighingWizIC itemChanged xmlString>>>>>>>>>>>>>>>>>>");
//genWOIssue = new GenWOIssue();
//dom = parseString(xmlString);
//dom1 = parseString(xmlString1);
System.out.println(">>>>>>>>>>>>>>>>In QCSampleWizIC itemChanged xmlString>>>>>>>>>>>>>>>>>>");
if (xmlString != null && xmlString.trim().length()!=0)
{
dom = genericUtility.parseString(xmlString);
......@@ -433,7 +430,7 @@ public class QCSampleWizIC extends ValidatorEJB implements QCSampleWizICLocal,QC
System.out.println("xml str3 in Detail --->["+xmlString2+"]");
valueXmlString = itemChanged( dom, dom1, dom2, objContext, currentColumn, editFlag, xtraParams );
//genWOIssue = null;
}
catch(Exception e)
{
......
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