: learned it should work. And this is my actual code. I create this : DataSource for testing my ideas. I am blocked at the very beginning...sucks : :(
but you only showed us one line of code w/o any context. nothing in your email was reproducible for other people to try to compile/run themselves to see if htey can figure out why your code isn't working. : > : 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