Jochen Wiedmann wrote:

Cheers Jochen :-)

I also sent a mail about a 1-line method I'd like added to XmlRpxServlet:

http://mail-archives.apache.org/mod_mbox/ws-xmlrpc-user/200607.mbox/raw/[EMAIL 
PROTECTED]/

Any chance? ;-)

--
Alan Burlison
--

Alan Burlison wrote:
The method handleResult() in org.apache.xmlrpc.client.TimingOutCallback is broken. When it is called an IllegalMonitorStateException is thrown:

Exception in thread "Thread-1" java.lang.IllegalMonitorStateException: current thread not owner
        at java.lang.Object.notify(Native Method)
at org.apache.xmlrpc.client.TimingOutCallback.handleResult(TimingOutCallback.java:75) at org.apache.xmlrpc.client.XmlRpcClientWorker$1.run(XmlRpcClientWorker.java:83)
        at java.lang.Thread.run(Thread.java:595)

Fix: Add the 'synchronized' keyword to the method declaration, as per the handleError() method.


Done.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to