Kabir Khan [
http://community.jboss.org/people/kabir.khan%40jboss.com] created the
discussion
"Re: Embedded AS"
To view the discussion, visit:
http://community.jboss.org/message/571747#571747
--------------------------------------------------------------
There's a split package; i.e. org.jboss.modules appears in
embedded-modular-bootstrap. Split packages are verbotten, so we can't push this
upstream until that's fixed. Hopefully there's no reason ModuleXmlParser can't
be made public.
ModuleXmlParser either needs to be made public, or it needs to be copied into this
(yuck)
ModularEmbeddedServer.start(String... dependencies) throws an NPE if
you pass in null dependencies.
The need to pass in those dependencies indicates StandaloneServer has a problem that
needs fixing. Embedded users should be able to get a simple notification when the server
is "started", which I'd define as the point where we log the "JBoss AS
%s \"%s\" started in %dms" message.
Yeah some callback for then the
server has been started is the way forward
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/571747#571747]
Start a new discussion in JBoss AS7 Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]