Hi,
I have a program menu that uses Infobus that works correctly in RBD (clicking Egl source and run) , however when I try to run it on WAS (localhost - run on server) when I click the option it does nothing and it does not show any error messages.
What could be happening? The source below:
function ManEmpresaAut(e event in)
if(CONST_LOG_LEVEL > 0)
syslib.writeStdout("ManEmpresaAut - Manutencao de Empresa");
end
syslib.writeStdout("ManEmpresaAut - Entered Here");
InfoBus.publish("br.com.morlan.rui.cpd.manempfilsetusrautUI.handlers.WCPD0010", "Incluir");
syslib.writeStdout("ManEmpresaAut - Leaves here");
end
Thank you
Sandrin