In Payara 5 I am getting a "Statement Wrapping should be set to true before performing this operation" when trying to run
"./asadmin set resources.jdbc-connection-pool.mysql_MY-DB-NAME_rootPool.max-wait-time-in-millis=604800"
In a nutshell:
./asadmin set resources.jdbc-connection-pool.mysql_MY-DB-NAME_rootPool.max-wait-time-in-millis=604800
Enter admin user name> MY_ADMIN_USER
Enter admin password for user "MY_ADMIN_USER">
remote failure: Could not change the attributes: Constraints for this JdbcConnectionPool configuration have been violated: on property [ ] violation reason [ Statement Wrapping should be set to true before performing this operation ]
Constraints for this JdbcConnectionPool configuration have been violated: on property [ ] violation reason [ Statement Wrapping should be set to true before performing this operation ]
Command set failed
Does anybody know what this error message means?