Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Registering one application from another

Hello,

 

A question on registration:

I have a full Che Server up and running.  I would like to create another application that is just a Che Runner.  In addition, since the Runner is started after the Server, I would like the Runner to register itself upon startup to the Server.

I have tried to do this in a few ways, so far none have succeeded.  My impression is that the Runner itself has not had all of its functionality raised at the time that I try to run the registration.  I have tried this through my implementation of AbstractModule, in the configure method.  Also tried to define a new class as asEagerSingleton and then place all of the dependencies within as injected members, so far this has not worked either.

Has anyone else come across this problem?

 

Thanks,

 

Gary Machol

 

SAP Labs Israel

15 Hatidhar St.

Raananna 43665, Israel

T:  +972-9-777-5637

M: +972-54-6464924

E: gary.machol@xxxxxxx

 


Back to the top