Re: [controller-dev] Getting RPC error when registering my cohert

2017-04-07 Thread Tom Pantelis
On Thu, Apr 6, 2017 at 9:18 AM, Satish Dutt wrote: > Thanks for the clarification. Is there any way we can set the response > code in the canCommit() method of the cohert in case of failure ? > > > I don't know what type of response code you're referring to. Can you elaborate? You can subclass

Re: [controller-dev] Getting RPC error when registering my cohert

2017-04-06 Thread Satish Dutt
Thanks for the clarification. Is there any way we can set the response code in the canCommit() method of the cohert in case of failure ? Regards, -Satish From: Tom Pantelis [mailto:tompante...@gmail.com] Sent: Monday, April 03, 2017 7:34 PM To: Satish Dutt Cc: tpant...@brocade.com; controller-d

Re: [controller-dev] Getting RPC error when registering my cohert

2017-04-03 Thread Tom Pantelis
You need Boron SR3. The DOMDataTreeCommitCohortRegistry wasn't advertised prior to that. On Sun, Apr 2, 2017 at 8:01 AM, Satish Dutt wrote: > Hi Thomas, > > > > I have taken the example code provided in the CarProvider for registering > my cohert in my provider class. But whenever I am trying to

[controller-dev] Getting RPC error when registering my cohert

2017-04-02 Thread Satish Dutt
Hi Thomas, I have taken the example code provided in the CarProvider for registering my cohert in my provider class. But whenever I am trying to register my cohert, I am always getting the " RPC error DOMDataTreeCommitCohortRegistry not found " . Below is my code snippet : @Override public s