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
