Would you be able to create a testcase that can recreate the problem that you could share with us so we can debug through it?
...ant On Thu, Sep 16, 2010 at 8:44 AM, Millies, Sebastian <[email protected]> wrote: > No, the Java interface doesn't make reference to anything JMS specific. > Here's the signature of log_lmt: > > public void log_lmt(int level, String message, ThrowableWrapper exception); > > (the ThrowableWrapper is responsible for (de)serializing Throwables). > > -- Sebastian > >> -----Original Message----- >> From: Scott Kurz [mailto:[email protected]] >> Sent: Thursday, September 16, 2010 3:22 AM >> To: [email protected] >> Subject: Re: NullPointerException in >> WireFormatJMSDefaultReferenceInterceptor >> >> What's the Java interface? Does it have a single method with single >> parm of JMS Message type? >> >> E.g.: >> ... log_lmt(javax.jms.Message msg) >> >> I didn't realize (or forgot) we had a special case on the reference >> side too, for the default JMS wireformat, and am taking a guess that >> this could possibly be causing a problem. >> >> Scott >
