Page 1 of 1

locale settings in Servoy Application server

PostPosted: Fri Aug 14, 2015 3:03 am
by marbeisol
Hello everyone

I have a problem with servoy solution, when I changed the locale settings on the Servoy Application Server, accidentally I put the number format (#,###.00) into locale.integerformat, then all integers appear like this (1.00).

I changed the wrong format and put the correct format (####) , restart servoy application server, delete the java cache on the server, restarted the server and import the solution again, But the wrong format continues.

Some ideas about this?

I am using Servoy 7.4.1

Thanks in advance

Re: locale settings in Servoy Application server

PostPosted: Fri Aug 14, 2015 9:56 am
by Andrei Costescu
Are the locale.* properties set as you expect them to be in the servoy.properties file?
Are you using web client or smart client?

Re: locale settings in Servoy Application server

PostPosted: Fri Aug 14, 2015 4:24 pm
by marbeisol
Hello Andrei,

Thanks for your answer , yes there are, in both the format is correct, I attach the images.
And I am using smart client.

Thanks.

Re: locale settings in Servoy Application server

PostPosted: Fri Aug 14, 2015 5:27 pm
by Andrei Costescu
Try deleting the .servoy dir from the client machine's user home dir.
Smart clients locale settings can also be configured by the user so it might keep the last used ones in there.

Where you are looking in the solution it is for sure an integer and not a number, right?

Re: locale settings in Servoy Application server

PostPosted: Sat Aug 15, 2015 1:38 am
by marbeisol
I deleted the .servoy dir but does not work, that’s right are integers, and happened in all integers.

Re: locale settings in Servoy Application server

PostPosted: Sat Aug 15, 2015 3:44 am
by marbeisol
Andrei thanks so much for your help!!
you are right! the last time I did not delete the correct .servoy dir.
But when I deleted the servoy_client.properties file On the .servoy dir from the client machine's user home dir. The solution took the correct format.

Re: locale settings in Servoy Application server

PostPosted: Tue Aug 18, 2015 8:28 am
by Andrei Costescu
Great :).
You are welcome!