[SJN-5] Implement DataSource creation as a part of the type converting system | |
| Status: | Closed |
| Project: | Simple-JNDI |
| Component/s: | |
| Affects Version/s: | |
| Fix Version/s: | 0.7 |
| Type: | Improvement | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | Henri Yandell |
| Resolution: | Fixed | ||
| Environment: | |||
| Description |
| Currently the DataSource is created by a special flag: org.osjava.jndi.datasource=true It would be better if this were: someplace/MyNiceDS.type=javax.sql.DataStore and simple-jndi's PropertiesDataStore was configured to be converted to by the system. |
| Comment by bayard [ Sat, 6 Dec 2003 16:33:14 -0800 (PST) ] |
| This is needed in the next version for XML DS files to work correctly, so promoting it for then. It will not be a replacable converter currently, if such were possible, because it won't really be a part of the convert system, but it will use the same syntax. |
| Comment by bayard [ Sat, 6 Dec 2003 16:49:45 -0800 (PST) ] |
| Both are supported currently, though I may kill the org.osjava.jndi.datasource as time goes by. BlahDS.type=javax.sql.DataSource is considered the main way to do things. |