public JDBCDataSet(SpagoBiDataSet dataSetConfig) {
super(dataSetConfig);
setDataProxy( new JDBCDataProxy() );
setDataReader( new JDBCStandardDataReader() );
try{
setDataSource( DataSourceFactory.getDataSource( dataSetConfig.getDataSource() ) );
} catch (Exception e) {
throw new RuntimeException("Missing right exstension", e);