[jboss-dev-forums] [Design of POJO Server] - Re: Domain interaction when there is scoping
adrian@jboss.org
do-not-reply at jboss.com
Wed Jan 30 10:53:04 EST 2008
"scott.stark at jboss.org" wrote : So is this something you will do? I was not expecting this for beta4.
No it won't be in beta4. Its needs an OSGi style repository first. :-)
The deployments that are pulled from the repository and use real imports
will need to go into a seperate domain (the domain isn't really used
except to determine the parent classloading context - importAll = false)
otherwise they will be picked up by the importAll processing for other deployments.
e.g. in the example above, you don't want two different versions of log4j
in the DEFAULT_DOMAIN.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124827#4124827
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124827
More information about the jboss-dev-forums
mailing list