https://bz.apache.org/bugzilla/show_bug.cgi?id=59075
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |[email protected] | |om --- Comment #3 from Philippe Mouawad <[email protected]> --- (In reply to maxime.chassagneux from comment #2) > It's not my point of view, a default value is not absolutely the best > value... but if you really want the user choose is own value, it's could be > interresting to indicate which field are mandatory in the GUI (like a * or a > comment), That would be an other enhancement proposal. Patches are welcome although work is huge. or may be indicate a better error when you forget to fill this > properties. Because :impossible de cast "" as Integer is not rly user > friendly. In what case do you get this exception ? Could you provide jmeter.log file ? As per code: https://github.com/apache/jmeter/blob/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/PublisherSampler.java#L519 https://github.com/apache/jmeter/blob/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/PublisherSampler.java#L523 For me default values are set when there is an empty value. PS : When you submit a patch, either provide a Github PR or a fully fledged patch file that can be applied using : patch -p1 < patchfile.patch -- You are receiving this mail because: You are the assignee for the bug.
