IllegalStateException should be thown... after handling null in the API

-----Original Message-----
From: Enrico Goosen [mailto:[EMAIL PROTECTED]
Sent: Friday, May 21, 2004 6:49 PM
To: [EMAIL PROTECTED]
Subject: Re: RPCProvider - NullPointerException - Fixed


Hi,

I fixed the problem as follows:

msgContext.setRequestMessage(reqMsg);           

rpcProvider.invoke(msgContext);
                
Message resMsg = msgContext.getResponseMessage();

Laterz,
Enrico



Reply via email to