Unable to create Thing via Java Extension
Dear experts,
I am trying to create a Thing from a Service developed in an extension. I could easily do it in another extension by using:
es.CreateThing(thingName, null, null, thingTemplateName);
Where es is an instance of EntityServices. I am developing another extension now and for some reason it always throws an Exception, saying that the ThingTemplate does not exist. The template is defined into the Extension itself and it is correctly seen by the composer. Moreover, instantiating a Thing from that Template from the Composer works.
Thanks and Best Regards

