"scott.stark(a)jboss.org" wrote : Another thing I would like to get is a directed
graph of the domains/policies for a package. An example question to be able to answer is
what applications are using what versions of an xml parser implementation.
|
That information is already availble on the deployment if you are using
explicit imorts, but it's an implementation detail.
deployment unit -> deployment controller context - > dependeny info ->
getDependsOnMe
For the deployments that don't use explicit imports (i.e. importAll) you'd need
to work out if that classloader is the first providing that package in each domain
and assume that all classloaders using "importAll" in that domain are
"using" the
xml parser.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124040#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...