This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.datasource-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-datasource.git
commit 1d473ea74e92e01130411a9debf332e6af83291b Author: Chetan Mehrotra <[email protected]> AuthorDate: Wed Jun 4 14:02:30 2014 +0000 SLING-3574 - JDBC DataSource Provider bundle Updating docs git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/datasource@1600216 13f79535-47bb-0310-9956-ffa450edef68 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 381e79f..42f9f2d 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ Apache Sling DataSource Provider This bundle enables creating and configuring JDBC DataSource in OSGi environment based on OSGi configuration. It uses [Tomcat JDBC Pool][1] as the JDBC Connection Pool provider. -1. Supports configuring the DataSource based on OSGi config wihich rich metatype +1. Supports configuring the DataSource based on OSGi config with rich metatype 2. Supports deploying of JDBC Driver as independent bundles and not as fragment 3. Exposes the DataSource stats as JMX MBean +4. Supports updating of DataSource connection pool properties at runtime without restart Driver Loading -------------- @@ -37,6 +38,10 @@ Configuration If Felix WebConsole is used then you can configure it via Configuration UI at http://localhost:8080/system/console/configMgr/org.apache.sling.extensions.datasource.DataSourceFactory + + +Using the config ui above one can directly configure most of the properties as explained in [Tomcat Docs][1] + Usage ----- -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
