Page 1 of 1

Patched Application Server Reverted

PostPosted: Wed Jul 17, 2019 3:26 am
by ryan.m.beasley
Hi,
Recently, I had found a bug in the application server with its ability to access stored procedures on sql server. After reporting this to Servoy we got it patched up and I updated my application server build with several update files Servoy sent me. Sunday, I uploaded an update to my current smartclient solution into our dev environment and I think it reverted my application server to before the patch Servoy sent me since I started getting the same errors before. I fixed this by taking our production build and replacing the dev build of the application server and everything worked fine, afterwards, but I was wondering if anyone had a possible explanation for this behavior.

Thanks,
Ryan Beasley

Re: Patched Application Server Reverted

PostPosted: Thu Jul 18, 2019 9:12 pm
by sean
Hi Ryan,

I guess it depends if you do .servoy exports or .war exports.
I don't believe this is possible with .servoy exports. It will not change the app server, only the solution.
However, .war exports really pack the whole servoy application server (same version as developer from which it is exported) so yes, it's possible you would have "undone" your patch.
I recommend that you patch the servoy developer which is used to generate the war

Re: Patched Application Server Reverted

PostPosted: Wed Jul 24, 2019 9:49 pm
by ryan.m.beasley
I had actually used the servoy application server with .servoy exports, not any .war export.