On 04/04/2009, Zhihong Zhang <[email protected]> wrote: > I wrote a customer sampler for OAuth (a web request with signature). I can > drop my JAR in lib/ext and everything works. There is just one problem. I > have to change messages.properties to add my text there. There is no easy > way to do this. Currently, I copy the resources to my JAR and make sure my > JAR is loaded first to overwrite the one from Jmeter. Does anyone know a > better way to do this?
Use a TestBean-style sampler which has its own property file(s). > I think the resource should be redesigned so it's self-contained in > extensions. Patches welcome... > Thanks! > > Zhihong > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
