[Bug 53283] Add Support for Externalized Data Source Credentials

2012-06-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53283 --- Comment #7 from Filip Hanik --- No need for the patch, if you implement an object that has the interface: org.apache.tomcat.util.IntrospectionUtils.PropertySource and set the PROPERTY_SOURCE system variable as described in http://tomcat

[Bug 53283] Add Support for Externalized Data Source Credentials

2012-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53283 --- Comment #6 from Marvin Addison --- Actually, it was leveraging the system property replacement feature in the docs you cited that led to this enhancement request. We were setting system properties in setenv.sh, but then discovered that

[Bug 53283] Add Support for Externalized Data Source Credentials

2012-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53283 --- Comment #5 from Mark Thomas --- http://tomcat.apache.org/tomcat-7.0-doc/config/index.html Second paragraph. Lots of ways to set the property values for replacement. -- You are receiving this mail because: You are the assignee for the

[Bug 53283] Add Support for Externalized Data Source Credentials

2012-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53283 --- Comment #4 from Konstantin Kolinko --- http://wiki.apache.org/tomcat/FAQ/Password -- You are receiving this mail because: You are the assignee for the bug. - To unsu

[Bug 53283] Add Support for Externalized Data Source Credentials

2012-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53283 --- Comment #3 from Marvin Addison --- I'm embarrassed if that's supported and I missed it. I took the time for a thoughtful code review of jdbc-pool and didn't see what I was looking for, so wrote a simple patch. If it's not too much tro

[Bug 53283] Add Support for Externalized Data Source Credentials

2012-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53283 --- Comment #2 from Marvin Addison --- Created attachment 28828 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28828&action=edit Patch for externalized credentials in properties file. Attached patch for this feature made agains

[Bug 53283] Add Support for Externalized Data Source Credentials

2012-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53283 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---