Commit 968d2fde authored by msharma's avatar msharma

Conn argument removed by manoj dtd 28/11/2014


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96880 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e2c19785
...@@ -20,6 +20,7 @@ import ibase.webitm.utility.*; ...@@ -20,6 +20,7 @@ import ibase.webitm.utility.*;
import ibase.system.config.*; import ibase.system.config.*;
import ibase.webitm.ejb.*; import ibase.webitm.ejb.*;
import javax.ejb.Stateless; // added for ejb3 import javax.ejb.Stateless; // added for ejb3
import ibase.webitm.ejb.sys.GenVal;
//public class SordAttEJB extends ValidatorEJB implements SessionBean //public class SordAttEJB extends ValidatorEJB implements SessionBean
...@@ -1017,7 +1018,8 @@ public class SordAtt extends ValidatorEJB implements SordAttLocal, SordAttRemote ...@@ -1017,7 +1018,8 @@ public class SordAtt extends ValidatorEJB implements SordAttLocal, SordAttRemote
} }
GenVal genValidate = new GenVal(); GenVal genValidate = new GenVal();
errCode = genValidate.genVal("W_SORDFORM_ATT" ,objContext,dom ,conn); //errCode = genValidate.genVal("W_SORDFORM_ATT" ,objContext,dom ,conn);
errCode = genValidate.genVal("W_SORDFORM_ATT" ,objContext,dom );//Conn argument removed by manoj dtd 28/11/2014
if (errCode != null && errCode.trim().length() > 0) if (errCode != null && errCode.trim().length() > 0)
{ {
errString = getErrorString("", errCode, userId); errString = getErrorString("", errCode, userId);
......
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