[OVSDB-20] ipfix.getObs_domain_id() is declared as returning OvsDBSet<Integer> but actually returns OvsDBSet<BigInteger> Created: 02/Jun/14 Updated: 03/May/18 Resolved: 23/Sep/14 |
|
| Status: | Resolved |
| Project: | ovsdb |
| Component/s: | API |
| Affects Version/s: | unspecified |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Jim O | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: Windows |
||
| External issue ID: | 1126 |
| Description |
|
ipfix.getObs_domain_id() is declared as returning OvsDBSet<Integer> but actually returns OvsDBSet<BigInteger> This causes a runtime ClassCast exception. Here are some code snippets: final OvsDBSet<UUID> ipfixSet = bridge.getIpfix(); That last line causes a classcast exception. |
| Comments |
| Comment by Dave Tucker [ 23/Sep/14 ] |
|
This was resolved when we the topic.schema branch was merged |