Briefly looking at the embedded and bootstrap project i noticed:
| public interface JBossASEmbeddedServer
| extends
| JBossASBasedServer<JBossASEmbeddedServer, JBossASServerConfig>,
| Container
|
I think this is a embedded specific use case of how to enable users to deploy stuff, which
should not be in the bootstrap project itself - rather defined by an api in the embedded
project. Especially since the impl has a dependencies on the vdf.
IMHO a embedded release adding features should be independent of a bootstrap release.
Any thoughts? Maybe i just missed a previous discussion about this.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261038#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...