Commit e26e0c4a authored by skhan's avatar skhan

set messing to change migrations


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91106 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7271169b
......@@ -59,7 +59,7 @@ public class MasterApply implements MasterApplyLocal , MasterApplyRemote // Se
throw new CreateException();
}
}
public void ejbRemove()
/*public void ejbRemove()
{
}
public void ejbActivate()
......@@ -71,7 +71,7 @@ public class MasterApply implements MasterApplyLocal , MasterApplyRemote // Se
public void setSessionContext(SessionContext mSessionContext)
{
this.cSessionContext = mSessionContext;
}
}*/
//CREATING XMLSTRING BY TAKING DATA AND FIELD NAME FROM BATCHLOADET AND INSERTING IN TO CHARGEBACK
......@@ -907,13 +907,13 @@ public void applyMasterTable(String batchid,String xtraParam)
System.out.println("saving data...........");
InitialContext ctx = null;
String retString = null;
MasterStatefulLocal masterStateful = null ; // for ejb3
MasterStatefulLocal masterStateful =null;
try
{
AppConnectParm appConnect = new AppConnectParm();
ctx = new InitialContext(appConnect.getProperty());
masterStateful = (MasterStatefulLocal)ctx.lookup("ibase/MasterStatefulEJB/local");
// MasterStateful masterStateful = masterStatefulHome.create();
masterStateful = (MasterStatefulLocal)ctx.lookup("MasterStateful");
//MasterStateful masterStateful = masterStatefulHome.create();
String [] authencate = new String[2];
authencate[0] = userId;
authencate[1] = 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