Hi,
If a CICS connection goes down in our application, we set a system property to down aand start a java thread which keeping polling for that connection to come back. Once the connection is back the thread resets the system property to up and stops.
The thread has strage behaviour. It just abruptly dies at times.
Can anyone tell me if there are bugs with java in this area and any patches in websphere/ solaris which can fix such problems.
We are using Websphere 3.5.4 and solaris 5.7
Thanks
If a CICS connection goes down in our application, we set a system property to down aand start a java thread which keeping polling for that connection to come back. Once the connection is back the thread resets the system property to up and stops.
The thread has strage behaviour. It just abruptly dies at times.
Can anyone tell me if there are bugs with java in this area and any patches in websphere/ solaris which can fix such problems.
We are using Websphere 3.5.4 and solaris 5.7
Thanks