Bug 625 - Fixed Apache DM Activation after removing xtend code. 85/7485/1
authorVaclav Demcak <vdemcak@cisco.com>
Thu, 29 May 2014 09:44:19 +0000 (11:44 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Thu, 29 May 2014 09:44:19 +0000 (11:44 +0200)
commit37f2912ce3af03dfafaa63a5a0c9c97219ae34d3
tree792bc31fda95970e38d8bf2528299f54a8c129e8
parent2f742650ccee1d749ee02ed7c52f45488fd27a1a
Bug 625 - Fixed Apache DM Activation after removing xtend code.

Apache DM does not provide any compile time/ runtime checks
for callbacks missing / modified.
Previously in xtend callbacks were provided by @Property
annotation, which generated setters and getters for this.

In refactor these was accidentally ommited. From code-perspective
it was not obvious that this affects Apache DM instantiation of
this service, since Apache DM uses strings and reflection.

Change-Id: I655ce7c1bc9971e3db370c5048057c1e6070a46d
Signed-off-by: Vaclav Demcak <vdemcak@cisco.com>
opendaylight/md-sal/compatibility/sal-compatibility/src/main/java/org/opendaylight/controller/sal/compatibility/ComponentActivator.java
opendaylight/md-sal/compatibility/sal-compatibility/src/main/java/org/opendaylight/controller/sal/compatibility/DataPacketAdapter.java
opendaylight/md-sal/compatibility/sal-compatibility/src/main/java/org/opendaylight/controller/sal/compatibility/topology/TopologyAdapter.java