This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[SJN-5] Implement DataSource creation as a part of the type converting system
Created: Thu, 17 Jul 2003 10:17:42 -0700 (PDT)  Updated: Sat, 6 Dec 2003 16:49:45 -0800 (PST)

Status:Closed
Project:Simple-JNDI
Component/s:
Affects Version/s:
Fix Version/s:0.7

Type:ImprovementPriority: Major
Reporter:Henri YandellAssignee: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.