https://bz.apache.org/bugzilla/show_bug.cgi?id=60600
Vincent HERILIER <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEEDINFO |RESOLVED --- Comment #10 from Vincent HERILIER <[email protected]> --- (In reply to Philippe Mouawad from comment #9) > Hello Vincent, > The stacktrace is fine, it means you don't have JavaFX ? > What JDK are you using ? OpenJDK or Oracle ? Under which OS ? > > > Your issue is somewhere else. > Would it be possible to provide the code of one of your custom elements that > have issues ? > > Can you check that those classes do not rely on dropped classes or packages > (see changes.xml)? : > > https://github.com/apache/jmeter/blob/trunk/xdocs/changes.xml#L90 > > https://github.com/apache/jmeter/blob/trunk/xdocs/changes.xml#L81 > > > Thank you ? Hi Philippe, Right, I don't have JavaFX because I have to use OpenJDK. No related openJFX is available currently for the RHEL 6.5/6.8, I'm using to work with JMeter. I hope RedHat will distribute java-1.8.0-oracle-openjfx soon to override this specific issue. I found why my beaninfo config elements were not shown: they all implements TestListener and not TestStateListener. Switching the class reference solves the regression. Thanks once again for your support. -- You are receiving this mail because: You are the assignee for the bug.
