> I don't get any error logs etc.
Did you look at bin/jmeter.log?
You would need your java jar in JMeter/lib
You can output some debug statements and see . Another way is to run with
jmeter console so you can see Standard Out and Standard Err directly.

regards
deepak

On Thu, Oct 14, 2010 at 5:46 AM, Yusuf Jakoet <[email protected]>wrote:

> Thanks.
>
> I've tried a BeanShell PostProcessor, however, I don't think my classes are
> accessible
> from the script.  I don't get any error logs etc. it just doesn't do
> anything...
>
> the script b4 i call my method executes properly, but then nothing happens
> when i try
> to call my method... ?
>
> i've added the jar to jmeter's lib/ext folder... how should it be
> configured?
>
>
> On Mon, Oct 11, 2010 at 5:52 PM, sebb <[email protected]> wrote:
>
> > On 11 October 2010 14:02, Yusuf Jakoet <[email protected]> wrote:
> > > Hi
> > >
> > > How would I go about adding the functionality to deserialise the
> response
> > > from a server?
> > > Should I use a PostProcessor?
> >
> > You could do so, or you could use the Save Response to File Listener
> > to create a file from the content.
> >
> > > If so, how could use an existing library
> > > (jar) to perform
> > > the deserialisation... ?
> >
> > Use BeanShell or BSF PostProcessor (or Listener) to call the method
> > with the appropriate parameters.
> >
> > > Thanks
> > > Yusuf
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [email protected]
> > For additional commands, e-mail: [email protected]
> >
> >
>
>
> --
> Yusuf
>

Reply via email to