> In my data-config.xml, i have something like this
> 
> <entity name="content" pk="id" query="SELECT * FROM
> tableX"
>     deltaQuery="SELECT max(id) AS id from
> ${dataimporter.request.dataView}"
>     deltaImportQuery="SELECT * FROM tableX WHERE
> ${dataimporter.delta.id} &lt; id">
> ....
> </entity>
> 
> However, everytime I execute delta-import
> (/dataimport?command=delta-import),
> it always gives me exception like this:
> 
> Caused by: java.lang.RuntimeException:

You need to pass it as a part of URL that you call. E.g. 
/dataimport?command=delta-import&dataView=something

Reply via email to