created TUSCANY-3681. -- Sebastian
> -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of ant > elder > Sent: Thursday, September 16, 2010 3:56 PM > To: [email protected] > Subject: Re: NullPointerException in > WireFormatJMSDefaultReferenceInterceptor > > Sure that would be fine, creating a jira and attaching the zip to the > jira is the best way to share it - > https://issues.apache.org/jira/browse/TUSCANY > > ...ant > > On Thu, Sep 16, 2010 at 2:48 PM, Millies, Sebastian > <[email protected]> wrote: > > I have a very bare bones Eclipse project with one interface, one > > impl class, one composite file and one testdriver. The project > > uses a user library called TUSCANY for the Tuscany classes. > > I have tested with JDK 1.6.0_21 and Tuscany 1.6. > > > > Would this project be suitable as a test case? Can I just zip > > it and post it somewhere? > > > > -- Sebastian > > > > -----Original Message----- > > From: ant elder [mailto:[email protected]] > > Sent: Thursday, September 16, 2010 10:18 AM > > To: [email protected] > > Subject: Re: NullPointerException in > WireFormatJMSDefaultReferenceInterceptor > > > > 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 > >> > >
