[jboss-dev-forums] [JBoss AS Development] - Rationalization of our deployment directory
scott.stark@jboss.org
do-not-reply at jboss.com
Tue Nov 17 13:19:39 EST 2009
I was looking at our deploy directory in trunk and its a mess. Certainly a lot of legacy stuff that should be optional, but in general profile specific server extensions. We have touched on having multiple deploy directories in the past, and its time we work toward that as well as defining proper class loading imports/exports for the deployment artifacts shipped with the server. I would like to see two basic directories:
services - jboss services for the profile
deploy - user applications
The expectations of content in deploy is that they can customize allowed apis such as logging, xml parsers, implementation details of specs the profile supports (jpa provider, jsf, ...) without out containers blowing up. We now have a class loader model capable of handling this, so let's make that a reality.
This issue is being tracked by the TAG as https://jira.jboss.org/jira/browse/TAG-12
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266158#4266158
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266158
More information about the jboss-dev-forums
mailing list