User Activity

  • Modified a comment on ticket #399 on Toolbox for Java/JTOpen

    The timeout is not propagated: In PcmlDocument.callProgram this.m_pcmlProgram = this.getProgramNode(var1); return this.m_pcmlProgram.callProgram(this.m_as400); does not propagate this.m_timeOut to this.m_pcmlProgram.setTimeout(), so the call is always executed without timeout as PcmlDocNode.m_timeOut defaults to 0 and PcmlDocNode.setTimeOut() is not called. The two lines should be expanded to: this.m_pcmlProgram = this.getProgramNode(var1); this.m_pcmlProgram.setTimeout(this.getTimeout()); return...

  • Posted a comment on ticket #399 on Toolbox for Java/JTOpen

    The timeout is not propagated: In PcmlDocument.callProgram this.m_pcmlProgram = this.getProgramNode(var1); return this.m_pcmlProgram.callProgram(this.m_as400); does not propagate this.m_timeOut to this.m_pcmlProgram.setTimeout(), so the call is always executed without timeout as PcmlDocNode.m_timeOut defaults to 0 and PcmlDocNode.setTimeOut() is not called. The two lines should be expanded to: this.m_pcmlProgram = this.getProgramNode(var1); this.m_pcmlProgram.setTimeout(this.getTimeout()); return...

View All

Personal Data

Username:
speck
Joined:
2020-11-17 12:37:11

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB