: : I am working on a DataSource implementation. I want to get some customized : properties when the *DataSource.init* method is called. I tried to add the ... : <dataConfig> : <dataSource type="com.my.company.datasource" : my="value" />
My understanding from looking at other DataSources is that should work. : But initProps.getProperty("my") == null. can you show us some actual that fails with that dataConfig you mentioned? -Hoss