Jason Greene [
http://community.jboss.org/people/jason.greene] created the discussion
"Re: can I avoid a service to block as7 startup ?"
To view the discussion, visit:
http://community.jboss.org/message/631982#631982
--------------------------------------------------------------
MSC services are global, so having them deployed in a jar via service activator will
result in every WAR etc being able to see them.
Glancing at the OSGi implementation, they appear to use a nested step with all services
created in that steps context which is al added to the SVH. So the completion of that step
will block until the core Framework service has completed
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/631982#631982]
Start a new discussion in JBoss AS7 Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]