Jon Bartels

Results 126 comments of Jon Bartels

I would refine @pacmano1 idea to ONLY alter the modules for Java versions and NOT xmx or other vmopts. I would perhaps refine it as `if java_ver == 11 then...

HI FRANK! Good to see you again dude! What database backend? I see the server is running Linux/k8s; where is the client running?

https://github.com/nextgenhealthcare/connect/issues/4333

@dpalcic I see you are running Zulu. Are you running Zulu *with JavaFX* ?

> Allow variables from configurationMap or other maps This already works. It is one of the main reasons that the config map feature was created. You can enter `${ppazosEmailPassword}` and...

@MatthiasDM what errors are logged? Is this similar? https://github.com/nextgenhealthcare/connect/issues/5975

@ppazos I agree with you 100%. Even if the maps are supported, it is harder to use. Would a good overall solution be to change the username and password fields...

I looked at this issue. I googled for similar errors. The apparent solution seems to be to add an `if column == -1` test to prevent the error. I searched...

This issue bit me today. I am on an M1 Macbook on Sonoma 14.2. I had an instance fail in the same way as Matthias on Java 17 but it...

This is a good feature idea. While you wait on the feature to be implemented, I would like to suggest a workaround - You can use dynamic SQL to query...