https://issues.apache.org/bugzilla/show_bug.cgi?id=52128
--- Comment #11 from Sebb <s...@apache.org> 2011-11-04 23:34:17 UTC --- (In reply to comment #10) > Created attachment 27901 [details] > Patch proposal for Jdbc Pre And Post Processor against build 1196526 > > Fixed some issues with resources. > > SEBB YOU MAY WANT TO CHECK THIS: > - In trying not to duplicate resources, I added a base resource for the > AbstractJDBCTestElement > - I then only added the 'displayName' to the additional resource files > (JDBCPostProcessorResources.properties and > JDBCPreProcessorResources.properties) > - The property labels worked fine but THE GROUP LABELS WERE NOT THERE! > - So I added the group labels to the Processor resources and all was good > - Then I did the same for JDBCSamplerResources.properties > - NOW THE PROPERTY LABELS WERE GONE FOR THIS BEAN! > > This really drives me nuts! Maybe you have an answer to this inexplicable > behavior. Or is it just a bug? I noticed some odd behaviour with the TestBean property handling some while ago. Never got to the bottom of it - not sure if it is a JMeter bug or a JavaBeans limitation. The only existing BeanInfoSupport class hierarchies are the BeanShell and BSF/JSR223 trees, which have a common parent class and don't add any customisation in the subclasses - maybe that is why they work. Hopefully we can sort out the behaviour once the main code is incorporated. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.