Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    BatchUpload public method loadSchema

    Hi,

    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
    I have integrated the batchUpload.ds.xml and the following code :
    Code:
    BatchUploader batchUploader = new BatchUploader();  
    batchUploader.setUploadDataSource(DataSource.get("rubriqueDMI");
    mainRubLayout.addMember(batchUploader);
    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
    Attached Files

    #2
    The special batchUpload.ds.xml needs to be present in the "shared/ds" directory and it needs to be loaded into your page like other DataSources, via the DataSourceLoader servlet.

    Comment

    Working...
    X