I'm trying to use the Capturing Application and there's an error that I couldn't fix.
I'm getting this log:
(null: 3, 230): cvc-elt.1: Cannot find the declaration of element 'change-set'.
My capture.properties looks like this:
# specifies how many event sinks (capture applications) are present in the configuration file.
n=1
# configuration for capturing app 0
# unique port where the capturing app is listening for ECReports
cap.0.port=9999
# unique name for the capturing app.
cap.0.name=warehouse1
# capture application endpoint
cap.0.epcis=http://epcis:8080/epcis-repository-0.5.0/capture
# specifies the changeset file for this capturing app (in essence the rules...)
cap.0.changeset=changeset.xml
I'm trying to use the Capturing Application and there's an error that I couldn't fix.
I'm getting this log:
My capture.properties looks like this:
The changeset.xml like this:
The capturing application initialises correctly. The error pops up when the middleware sends reports to the capturing application.
Any clues? I'm really not very experienced with Java.