Hi,
I'm trying to integrate the BatchUploader into my project however I keep getiing the following message at startup :
I have integrated the batchUpload.ds.xml and the following code :
The dmi is attached to the message.
Do i have to set a dataURL or what is the problem ?
I don't see how to set the dataURL so if this the answer please try and give some detail.
Thanks,
Chris
I'm trying to integrate the BatchUploader into my project however I keep getiing the following message at startup :
Code:
java.lang.Exception: Couldn't find a public method named: loadSchema on class: com.isomorphic.tools.BatchUpload
Code:
BatchUploader batchUploader = new BatchUploader(); batchUploader.setUploadDataSource(DataSource.get("rubriqueDMI"); mainRubLayout.addMember(batchUploader);
Do i have to set a dataURL or what is the problem ?
I don't see how to set the dataURL so if this the answer please try and give some detail.
Thanks,
Chris
Comment