Re: [controller-dev] [release] Blueprint injects incorrect implementation of DOMDataBroker

2016-08-23 Thread Tom Pantelis
Yes you should use the DOMDataBroker interface. It is not instanceof PingPongDataBroker b/c blueprint actually creates a proxy. On Tue, Aug 23, 2016 at 10:26 AM, Martin Dindoffer < martin.dindof...@pantheon.tech> wrote: > But the "instanceof PingPongDataBroker" returns false. Are we supposed to

Re: [controller-dev] [mdsal-dev] Serialize/Deserialize DTOs to JSON

2016-08-23 Thread Sela, Guy
I am probably missing something, or not explaining myself well. I'll give a fresh example. I am holding a "org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node" in my hands. Node node = new NodeBuilder().setKey(new NodeKey(new

Re: [controller-dev] [mdsal-dev] Serialize/Deserialize DTOs to JSON

2016-08-23 Thread Sela, Guy
>From what I'm seeing so far, I can't convert a leaf node into a JSON string. >The only entities I can convert are container or list. Is this correct? I got this from: private SchemaTracker(final SchemaContext context, final SchemaPath path) { SchemaNode current =

[controller-dev] Blueprint injects incorrect implementation of DOMDataBroker

2016-08-23 Thread Martin Dindoffer
Hi, I am trying to migrate Topoprocessing project to Blueprint. We need the org.opendaylight.controller.md.sal.dom.broker.impl.PingPongDataBroker class, however when using: blueprint injects the org.opendaylight.controller.cluster.databroker.ConcurrentDOMDataBroker This looks like a bug

Re: [controller-dev] [openflowplugin-dev] Changes in entity-owner

2016-08-23 Thread Jozef Bacigál
+ mdsal-dev Od: Jozef Bacigál Odoslané: 23. augusta 2016 11:18 Komu: Anil Vishnoi; Luis Gomez; controller-dev@lists.opendaylight.org Kópia: openflowplugin-dev Predmet: Re: [openflowplugin-dev] Changes in entity-owner Luiz, we did

[controller-dev] Core Projects Call Agenda Topics

2016-08-23 Thread Ryan Goulding
Hi All, Please report any topics you want to discuss during today's core projects call here [1] or email me and I will. As a reminder, please continue to file bugs for any issues that may be classified as release blockers, so we can get appropriate attention on them as soon as possible! Thanks,

Re: [controller-dev] First shot at serializing data tree entities using the Binding Independent level

2016-08-23 Thread Sela, Guy
+yangtools mailing list From: Sela, Guy Sent: Tuesday, August 23, 2016 12:30 PM To: 'Robert Varga' ; 'mdsal-...@lists.opendaylight.org' ; 'controller-dev@lists.opendaylight.org' ;