EJB remote activity has no "timeout" parameter input, how to control "timeout" of EJB interface?

EJB remote activity has no "timeout" parameter input, how to control "timeout" of EJB interface?

book

Article ID: KB0090488

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for EJB -
Not Applicable -

Description

Resolution:
There is nothing on BW side that we can do to control the timeout option for EJB home or remote. However, one might be able to configure their appServer to achieve that:
If the appserver goes down, the TCP connection breaks, and BW delivers an error.  A risk is that the TCP connection can break, but the EJB continues running as a "runaway."  We were able to address this somewhat by configuring timeouts on the Appserver side.
Again, the configuration/tuning are on appServer side but not BW side.

There is an enhancement logged for the same: 1-7T2PM8


KEYWORDS: EJB, timeout, home. remote

Issue/Introduction

EJB remote activity has no "timeout" parameter input, how to control "timeout" of EJB interface?