IDataProxy dataProxy;
dataProxy = super.getDataProxy();
if(dataProxy == null) {
setDataProxy( new JavaClassDataProxy() );
dataProxy = getDataProxy();
}
if(!(dataProxy instanceof JavaClassDataProxy)) throw new RuntimeException("DataProxy cannot be of type [" +
dataProxy.getClass().getName() + "] in FileDataSet");