If you base the sampler on the TestBean model, then these have their
own properties files.

For other samplers, at present there is only one messages.properties.

However, you can always create your own properties bundle and read
from that - you don't have to use the standard utility routines.

And unless your sampler needs properties - e.g. you are going to
deploy it in multiple languages - you can just use fixed strings
instead.

For the sampler label in the GUI - instead of over-riding
getLabelResource(), you can override getStaticLabel() instead.

S.
On 21/03/07, Thorsten Castor <[EMAIL PROTECTED]> wrote:
Hello everybody,

I develop a sampler for JMeter. The idea is to generate a jar file and
put it in lib/ext without touching much more of JMeter.
Is it possible to use a own messages.properties (ResourceBundle) file
for the gui of the sampler. I don't want to change messages.properties
in ApacheJMeter_core.jar. I can't find any configuration possibilities
for that case.

Thanks
Thorsten


---------------------------------------------------------------------
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]

Reply via email to