Page 2 of 2

Re: Servoy JasperReports Plugin v.3.1.0 Beta 3 has been released

PostPosted: Fri Aug 27, 2010 10:03 am
by stefbrt
For the deployment with the plugin it is necessary to restart. For the extra directory I am not sure but i thought the extension have to be in the classpath for jasperreports so it would be necessary for the extra directory too to restart. But it would be very nice not to restart every time a new font extension is installed.

Regards
Stef

Re: Servoy JasperReports Plugin v.3.1.0 Beta 3 has been released

PostPosted: Fri Aug 27, 2010 10:20 am
by Harjo
indeed! +1

Re: Servoy JasperReports Plugin v.3.1.0 Beta 3 has been released

PostPosted: Fri Aug 27, 2010 3:52 pm
by Harjo
oke I did some testing, and the font_exentsion.jar is working nicely, also in the jasper-viewer, so that's good! :-)

BUT, I have to restart the server/developer when I have a new font-extension.jar, which is a little bit of a bummer.
We add often new invoice/quote reports for new customers, so restarting everytime, is a bit of a problem

Re: Servoy JasperReports Plugin v.3.1.0 Beta 3 has been released

PostPosted: Mon Aug 30, 2010 9:26 am
by rgansevles
Harjo,

The font-extension jar is just a jar that is being loaded in to the classpath.
Same as for plugins, when you add one you need to restart the server since the plugins folder is not re-read by the server.

Rob

Re: Servoy JasperReports Plugin v.3.1.0 Beta 3 has been released

PostPosted: Mon Aug 30, 2010 9:47 am
by Harjo
oke, and can that be changed in the future?

Re: Servoy JasperReports Plugin v.3.1.0 Beta 3 has been released

PostPosted: Mon Aug 30, 2010 12:16 pm
by stefbrt
i'll vote for that change too.

A Re-Read Button would be cool! Is that possible?

Regards
Stef

Re: Servoy JasperReports Plugin v.3.1.0 Beta 3 has been released

PostPosted: Wed Sep 01, 2010 10:55 am
by rgansevles
Please file a feature request in the Servoy support system.

It will be tricky because reloading plugins may affect running clients and existing server plugins, so we do need to investigate first.

Rob

Re: Servoy JasperReports Plugin v.3.1.0 Beta 3 has been released

PostPosted: Wed Sep 01, 2010 11:47 am
by stefbrt
I made a feature request in the Support System.

Hope it is understandable.

Regards
Stef

Re: Servoy JasperReports Plugin v.3.1.0 Beta 3 has been rele

PostPosted: Tue Jan 21, 2020 5:38 pm
by Harjo
Hello, I'm replying to a very old topic.
we are in the process of upgrading from Servoy 7.4.11 to 2019.12.

we had to update jasper report plugin for this to version 6.4.1_svy84 to get it working with Servoy 2019.12

In the older version, we always added three extra lines to the jnlp, to make our custom fonts work in the smart-client.

Code: Select all
<jar href="/plugins/servoy_jasperreports/spring-beans-2.5.5.jar" download="lazy"/>
<jar href="/plugins/servoy_jasperreports/spring-core-2.5.5.jar" download="lazy"/>
<jar href="/plugins/servoy_jasperreports/font_extension.jar" download="lazy"/>


as stated here: viewtopic.php?f=15&t=14445#p76430
this has always worked for u fine!

but if I look here: https://www.servoyforge.net/projects/se ... Guidelines
I don't see anyhwere anymore that I have to add those two spring-* jars...

Do I still need to add those two jars? or not?

Re: Servoy JasperReports Plugin v.3.1.0 Beta 3 has been rele

PostPosted: Tue Jan 28, 2020 10:22 am
by Gabi Boros
those spring jars are not needed for the latest servoy jasper lib, you only need to add the font_extension jar

Re: Servoy JasperReports Plugin v.3.1.0 Beta 3 has been rele

PostPosted: Tue Jan 28, 2020 10:29 am
by Harjo
Thank you Gabi, for the confirmation!