|
David Bainbridge 2014-02-20 00:34:47 UTC
I just pulled a fresh clone of the controller. Did a git fetch https://git.opendaylight.org/gerrit/controller refs/changes/14/5414/2 && git checkout FETCH_HEAD to git this patch merged into my source. Removed $HOME/.m2/respository/org. Did a mvn -U -DskipTests clean install. Ran the new build and attempted:
POST make-toast: recieved 402 (no content) and saw notification messages in log (yeah!)
PUT toaster:toaster: with
{
"toaster:toaster" :
{
"toasterManufacturer" : "test",
"toasterModelNumber" : "1234567",
"toasterStatus" : "Up"
}
}
returned 200 OK, but failed with an exception in the console during deserialization.
GET toaster:toaster (from config) returned what i PUT
GET toaster:toaster (from operational) return 404
|