EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only

Infobus not working on WAS (localhost)

  • 1.  Infobus not working on WAS (localhost)

    Posted Thu November 23, 2017 08:42 AM

    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