Page 1 of 1

DateUtils plugin not working

PostPosted: Thu Oct 06, 2022 6:12 pm
by francisco.garcia
Hi.
We updated Servoy to 2022.9.0 version. When we deployed the WAR on the server we find out that the DateUtils plugin was not working.
There's a line in the What's new page that says the following:
Plugins are now deployed differently in a WAR, when the WAR is generated, if rmi (for SmartClient) is not enabled. In that case all the jars will end up in the generic classpath of a Web application (not anymore in WAR/plugins but WAR/WEB-INF/lib). This does mean that for plugins it's now mandatory to use the entry points

¿Can the issue be related with this? If yes, ¿Will there be a new version of the plugin? Or we have to work it out ourselves.
Thanks.

Re: DateUtils plugin not working

PostPosted: Fri Oct 07, 2022 9:53 am
by mboegem
Hi,

as a replacement you can use the svyUtils module. (install through SPM)
This module contains the svyDateUtils scope which has a replacement for almost every function in the dateUtils plugin.

Hope this helps.