[GitHub] tomcat issue #110: Debug log for pool's db properties

2018-09-05 Thread wildloop
Github user wildloop commented on the issue: https://github.com/apache/tomcat/pull/110 Yes, cloud foundry connector initializes datasource basing on enviroment variables. My patch shows all properties, so it shows that something is missing. >Non-string values should probab

[GitHub] tomcat issue #110: Debug log for pool's db properties

2018-09-05 Thread ChristopherSchultz
Github user ChristopherSchultz commented on the issue: https://github.com/apache/tomcat/pull/110 So you were providing a `Properties` object that was not loaded from a file, and had non-string values in it? Your patch would not identify that problem. Non-string values should probably

[GitHub] tomcat issue #110: Debug log for pool's db properties

2018-09-05 Thread wildloop
Github user wildloop commented on the issue: https://github.com/apache/tomcat/pull/110 It's just a debug-log to help find problems with incorrect config... in mys case it was: `db-properties.oracle.net.CONNECT_TIMEOUT: 3` --- -

[GitHub] tomcat issue #110: Debug log for pool's db properties

2018-09-05 Thread ChristopherSchultz
Github user ChristopherSchultz commented on the issue: https://github.com/apache/tomcat/pull/110 What problem does this solve? What property file do you have that contains non-strings? --- - To unsubscribe, e-mail: