karouani / javasimon

Automatically exported from code.google.com/p/javasimon
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

One can not DataSource specific properties when creating a Simon DataSource #104

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
I want to 
1. create a MysqlDataSource wrapped in a SimonDataSource
2. set some specific properties on MysqlDataSource: setDatabaseName, 
setEncoding...
http://www.docjar.com/docs/api/com/mysql/jdbc/jdbc2/optional/MysqlDataSource.htm
l

What is the expected output? What do you see instead?
- SimonDataSource would contain a Map<String,?> containing values to set when 
creating the real DataSource
- See TODO in AbstractSimonDataSource.createDataSource

Original issue reported on code.google.com by gerald.q...@gmail.com on 2 Apr 2013 at 7:58

GoogleCodeExporter commented 8 years ago

Original comment by gerald.q...@gmail.com on 30 Apr 2013 at 9:56

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r685.

Original comment by gerald.q...@gmail.com on 30 Apr 2013 at 9:58