[CONTROLLER-119] Create group fails through RESTCONF Created: 17/Jan/14 Updated: 25/Jul/23 Resolved: 26/Jan/14 |
|
| Status: | Resolved |
| Project: | controller |
| Component/s: | mdsal |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Deepthi V V | Assignee: | Deepthi V V |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: Windows |
||
| Issue Links: |
|
||||||||||||||||
| External issue ID: | 321 | ||||||||||||||||
| Description |
|
Unable to create group through RESTCONF: Request: Result: Now if I remove namespace "urn:opendaylight:group:types", following exception is thrown: |
| Comments |
| Comment by Martin Sunal [ 20/Jan/14 ] |
|
It seems to be depended on |
| Comment by Vaclav Demcak [ 24/Jan/14 ] |
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?> ----------------------------------------- 2014-01-24 10:50:23.976 CET [md-sal-binding-commit-61] INFO o.o.o.t.OpenflowpluginGroupTestServiceProvider - addGroup - AddGroupInput [_groupRef=GroupRef [_value=InstanceIdentifier [path=[org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node[key=NodeKey [_id=Uri [_value=foo:node:1]]], org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNode, org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.groups.Group[key=GroupKey []]]]], _barrier=null, _buckets=null, _containerName=null, _groupId=null, _groupName=null, _groupType=null, _node=NodeRef [_value=InstanceIdentifier [path=[org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node[key=NodeKey [_id=Uri [_value=foo:node:1]]]]]], _transactionUri=Uri [_value=BA-5707], augmentation=[]] |
| Comment by Tony Tkacik [ 24/Jan/14 ] |
|
Fixed in: http://git.opendaylight.org/gerrit/4702 Also Correct for put should be: Correct XML: <?xml version="1.0" encoding="UTF-8" standalone="no"?> |