[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Class loading debugging

adrian@jboss.org do-not-reply at jboss.com
Mon Jan 28 08:06:23 EST 2008


"scott.stark at 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#4124040

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124040



More information about the jboss-dev-forums mailing list