JBoss Community

Re: can I avoid a service to block as7 startup ?

created by Dan Sirbu in JBoss AS7 Development - View the full discussion

Interesting:

 

13:30:23,199 INFO  [<mypkg>.SubsystemAdd] (Controller Boot Thread) Activating Test Subsystem
13:30:23,203 INFO  [<mypkg>.FrameworkBootstrapService] (Controller Boot Thread) Test SubsystemState - created
13:30:23,204 INFO  [<mypkg>.FrameworkBootstrapService] (Controller Boot Thread) Test FrameworkBootstrapService - created
13:30:23,204 INFO  [<mypkg>.FrameworkBootstrapService] (MSC service thread 1-9) Test SubsystemState - started
13:30:23,204 INFO  [<mypkg>.ModuleAdd] (Controller Boot Thread) Test ModuleAdd --> execute add
13:30:23,205 INFO  [<mypkg>.FrameworkBootstrapService] (MSC service thread 1-4) Test FrameworkBootstrapService - started.
13:30:23,205 INFO  [<mypkg>.TestModuleAdd] (Controller Boot Thread) Test ModuleAdd --> execute add



Hmm ... that does not look good. So it means that the dependency is respected BUT the operation step handler for the ModuleAdd comes in "late" ...

 

And I am wondering how can I sync the Bootstrap with ModuleAdd operation handler.

 

BR,

Dan S.

Reply to this message by going to Community

Start a new discussion in JBoss AS7 Development at Community