Consultor Eletrônico



Kbase P66930: Java client does not disconnect from the AppServer even thou
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/10/2004
Status: Unverified

FACT(s) (Environment):

Progress 9.x

SYMPTOM(s):

Java application uses Open Client to run code on the AppServer

Java client does not disconnect from the AppServer even though _release() is called

CAUSE:

The Java application was creating one instance each of an AppObject, a SubAppObject and a ProcObject then only calling _release() on the AppObject and the ProcObject.

FIX:

Modify the Java code to also call _release() on the SubAppObject