Hi,

(Apologies if this is not the correct list for this question)

Today when I was compiling my project after cleaning previously generated
source files, I noticed that the code generator plugin was not working
properly when generating the sources from my module yang model.

For example, the following line is generated:
public static final QName QNAME =
(urn:opendaylight:params:xml:ns:yang:controller:config:main-impl?revision=2016-03-01)main-impl;

Instead of something like this (don't mind the namespaces, they're from
different projects):
public static final QName QNAME =
org.opendaylight.yangtools.yang.common.QName.cachedReference(org.opendaylight.yangtools.yang.common.QName.create("urn:opendaylight:pathcalculator:main-impl","2014-05-28","main-impl"));

This obviously makes the maven compiler plugin not so happy, when following
the build process.

Is anyone experiencing this? Or does anyone know's what is happening?

Thank you.

Best regards,
Ricardo Santos
_______________________________________________
controller-dev mailing list
controller-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/controller-dev

Reply via email to