[CONTROLLER-49] Cannot compile CoDec for org.opendaylight.yang.gen.v1.urn.opendaylight.flow.config.rev130819.flows.Flow Created: 14/Nov/13 Updated: 25/Jul/23 Resolved: 20/Nov/13 |
|
| Status: | Resolved |
| Project: | controller |
| Component/s: | mdsal |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Tony Tkacik | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: All |
||
| Attachments: |
|
| External issue ID: | 144 |
| Description |
|
The execution of following code caused java.lang.IllegalStateException: Cannot compile Transformator for interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.config.rev130819.flows.Flow DataModificationTransaction modification = dataBrokerService.beginTransaction(); String flowName = "foo"; NodeKey key = new NodeKey(new NodeId(nodeId)); FlowKey flowKey = new FlowKey(flowName, nodeRef); FlowBuilder flow = new FlowBuilder(); |
| Comments |
| Comment by Deepthi V V [ 15/Nov/13 ] |
|
Attachment md-sal_remove_exception.txt has been added with description: Exception stack trace |
| Comment by Deepthi V V [ 15/Nov/13 ] |
|
(In reply to Deepthi V V from comment #1) The fix https://git.opendaylight.org/gerrit/#/c/2753 does not solve the issue. Running into exceptions as mentioned in the attachment. |
| Comment by Tony Tkacik [ 20/Nov/13 ] |
|
Implentation of offending component was updated ans fixed. Fix is merged in master. |