Commit 98e1349c authored by skale's avatar skale

Copy ejb create method into action handler method


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91138 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f20a68bd
......@@ -56,6 +56,10 @@ public class FullFinalAct extends ActionHandlerEJB implements FullFinalActLocal,
public String actionHandler(String actionType, String xmlString, String xmlString1,String objContext, String xtraParams) throws RemoteException,ITMException
{
log.setNameOfLog("FullFinalactEJB");
log.setLogOn(true);
log.write("================ejbCreate() method called=====================");
System.out.println("================ejbCreate() method called=====================");
System.out.println("FullFinalActEJB called..............");
log.write("..................FullFinalActEJB called..............");
Document dom = null;
......
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