I’m not sure what you mean by that.  In IotAppServiceTest.java I see that the 
registerJar command adds these properties, that I may not have added:

submitApp.addProperty(JsonControlService.TYPE_KEY, 
ApplicationServiceMXBean.TYPE);
submitApp.addProperty(JsonControlService.ALIAS_KEY, ApplicationService.ALIAS);

… but I don’t think that is what you mean.

Are you saying there is an entry in the jar file that I need to make?  I.e, put 
something in the META-INF directory of the jar file?

If so, can you please tell me where this is documented, or what I need to do?

Also, when you say ‘the correct service’ is it the JsonControlService?
Is the jar that needs an entry the one that is already running, or the one that 
is loaded via the registerJar command?

Thanks,

Susan

> On Sep 14, 2016, at 8:47 AM, Dan Debrunner <[email protected]> wrote:
> 
> On 9/13/2016 5:06 PM, Susan Cline wrote:
>> Hi,
>> 
>> I’m trying to come up with fairly complete example that allows me to do the 
>> following:
>> 
>> Send a registerJar command to a raspberry pi to register an Edgent 
>> application
>> Send a ‘submit’ command to start the Edgent application
>> Close/stop the Edgent application
> 
> Did you build the jar with the correct service registry entries?
> 
> Dan.
> 

Reply via email to