M
Matt Baker
Guest
In lieu of posting the code here is a summary of what it does. The method is fairly simple.. A few uses of CODEPAGE-CONVERT on several variables...then it makes a call to send the actual message which is actually going across the wire to the adapter...a bit of error handling...then it calls codepage-convert a few more times on the response. It is likely this call that you see as hanging is waiting for a response from the adapter. There is only one code path other than the error handling code which is quite minimal. No loops or anything. Maybe a protrace from the session and/or a javastack trace from the adapter would yield more clues as to where the code is blocked waiting for the response from the adapter.
Continue reading...
Continue reading...