Hi everyone,
I need to set steady-pool to 0. In payara 4 can set 0 without problems, but in payara 5 the minimum that I can set is one. For me, this is a problem.
asadmin> set resources.jdbc-connection-pool.database-pool1.steady-pool-size=0
Enter admin password for user "admin">
remote failure: Could not change the attributes: Constraints for this JdbcConnectionPool configuration have been violated: on property [ ] violation reason [ Max-pool-size has to be greater than or equal to steady-pool-size ]
Constraints for this JdbcConnectionPool configuration have been violated: on property [ ] violation reason [ Max-pool-size has to be greater than or equal to steady-pool-size ]
Command set failed.
I think that could be an error with caps of Max-pool-size vs max-pool-size.
My supposed is correct or this minimum is for other reason?
Thank you.