JBoss Community

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

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

Ok. I did add :

 

context.asynchronous();



mystart_method();

context.complete();

 

But that did not make it. I guess I have to do:

 

context.asynchronous();

 



context.execute(mystart_method());

context.complete();

 

Is that right ?

 

Reply to this message by going to Community

Start a new discussion in JBoss AS7 Development at Community