I noticed that in the JasperPlugin docs that the $P{REPORT_FORMAT_FACTORY} is not mentioned.
Perhaps this is a new built-in parameter in Jasper.
Maybe the Jasper Plugin needs to be updated?
Does this situation is familiar to someone?
The reason I use this construction, is the following:
I my database I have a field of type DATETIME. I wanted to show the HH:mm (for example 07:00) in my report, but I didn’t find a simple method, like $F{myDate}.format(“HH:mm”) and after searching the internet I found the following construction which seem to work in Jasper:
It can be that the feature you are using is something introduced in a later version of Jasper Reports then the version you have installed to work with Servoy.
Place this new jar into the …/plugins/jasperPluginRMI directory, remove the old jasperreports.jar file, update the …/plugins/jasperPluginRMI.jar.jnlp file to point to the new jar instead of the old and then you should be good to go,