freme-project / pipelines

Apache License 2.0
0 stars 0 forks source link

Test of pipeline 1 from the #45 with wrong method e-Entity endpoint failed #9

Closed m1ci closed 9 years ago

m1ci commented 9 years ago

e-Entity -> e-Link

curl -v -d @pipeline1.json -X POST -H "Content-Type: application/json" "http://localhost:8080/pipelining/chain"

pipeline1.json is the same e-Entity -> e-Link pipeline from the documentation with only changed the endpoint for e-Entity to some nonexisting endpoint.

Results:

ghsnd commented 9 years ago

This should be fixed; see issue #8 .

m1ci commented 9 years ago

fixed