SmartClient Version: v8.2p_2012-06-23/PowerEdition Deployment (built 2012-06-23)
Firefox 7
IE8
Chrome
I have some calls from the client to update() on a datasource, and when making those calls, the browser hangs and never comes back- it has to be forcibly closed.
Watching the server log shows that the call does not make it, or at least not to the point where the server would log the parameters.
I am unable to watch the RPC tab in the Developer Console, because the browser is hung by that point.
Any recommendations on where to look?
Firefox 7
IE8
Chrome
I have some calls from the client to update() on a datasource, and when making those calls, the browser hangs and never comes back- it has to be forcibly closed.
Code:
... myDataSource.update(someRecord);
I am unable to watch the RPC tab in the Developer Console, because the browser is hung by that point.
Any recommendations on where to look?
Comment