Commit 444e8b52 authored by smestry's avatar smestry

Updated the java file for Application master


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103762 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7150e3fd
...@@ -203,19 +203,10 @@ public class ApplicationMasterIC extends ValidatorEJB implements ApplicationMast ...@@ -203,19 +203,10 @@ public class ApplicationMasterIC extends ValidatorEJB implements ApplicationMast
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
break; break;
} }
} }
else if("appl_color".equalsIgnoreCase(childNodeName)) else if("appl_color".equalsIgnoreCase(childNodeName))
{ {
if(applicationColor.trim().length() == 0 || applicationColor.trim().equalsIgnoreCase("")) if(applicationColor.trim().length() > 0 )
{
System.out.println("Application Color found blank ---------");
errCode = "VTAPPCLRBK";
errList.add( errCode );
errFields.add(childNodeName.toLowerCase());
break;
}
else if(applicationColor.trim().length() > 0 )
{ {
countApplColor = getApplColorCount(applicationColor, conn); countApplColor = getApplColorCount(applicationColor, conn);
System.out.println("applicationColor count =========>>" + countApplColor); System.out.println("applicationColor count =========>>" + countApplColor);
......
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