|
From: Kopylenko, D. <dko...@ac...> - 2003-06-20 13:56:09
|
I've committed the following:
* Added String dsName property to the AbstractDataFieldMaxValueIncrementer,
so the dataSource could be resolved like this:
public void setDsName(String dsName) {
this.dsName = dsName;
this.dataSource =
DataSourceUtils.getDataSourceFromJndi(this.dsName);
}
Regards,
Dmitriy.
|