icatproject / icat.utils

Setup scripts and a few useful bits of Java code.
Other
0 stars 2 forks source link

setup_utils.py Glassfish jdbc connection pool parameters for MySQL #6

Open frazzleuk opened 6 years ago

frazzleuk commented 6 years ago

The registerDB method GlassfishActions only applies options to reconnect to lost DB connections for Oracle databases. The same parameters work with MySQL so is it possible to strip out the conditional statement that limits it to only Oracle.

https://github.com/icatproject/icat.utils/blob/master/src/main/resources/setup_utils.py#L485