[controller-dev] IT failure in project generated by Startup Project Archetype
Anil Vishnoi
+ovsdb-dev On Wed, Sep 2, 2015 at 1:34 AM, Anil Vishnoi <vishnoianil@...> wrote:
--
Thanks Anil |
Sam Hague
Vishal, there was a bug in the archetype for the it part that might be your issue:- and replace org.opendaylight.${artifactId} with ${groupId} see https://git.opendaylight.org/gerrit/#/c/26022/ On Tue, Sep 1, 2015 at 4:04 PM, Anil Vishnoi <vishnoianil@...> wrote:
|
Vishal Thapar <vishal.thapar@...>
Thanks Anil, your fix solved the issue. I had changed the default feature name in features.xml as per Sam’s review comments but missed it in HwvtepSouthboundIT.java
Bug26022 one I had already fixed as I recalled it from Stephen and Ed’s mails.
From: Sam Hague [mailto:shague@...]
Sent: 02 September 2015 01:42 To: Anil Vishnoi Cc: Vishal Thapar; ovsdb-dev@... Subject: Re: [ovsdb-dev] [controller-dev] IT failure in project generated by Startup Project Archetype
Vishal, there was a bug in the archetype for the it part that might be your issue: - search for karaf.distro.groupId Kudos to Stephen for finding the issue. Sam
On Tue, Sep 1, 2015 at 4:04 PM, Anil Vishnoi <vishnoianil@...> wrote: +ovsdb-dev
On Wed, Sep 2, 2015 at 1:34 AM, Anil Vishnoi <vishnoianil@...> wrote: Hi Vishal,
I think you need to correct your feature name in HwvtepSouthboundIT.java file
@Override public String getFeatureName() { return "odl-hwvtepsouthbound-ui"; }
Change this to "odl-ovsdb-hwvtepsouthbound-ui" and it should fix this.
Anil
On Wed, Sep 2, 2015 at 12:10 AM, Vishal Thapar <vishal.thapar@...> wrote:
-- Thanks Anil
-- Thanks Anil
|