[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Remaing classLoader changes

alesj do-not-reply at jboss.com
Tue Jan 22 13:31:52 EST 2008


"adrian at jboss.org" wrote : 
  | I'd start with finding out what adds -exp to the name and copies it to tmp
  | 
  |   | URL: null, relative: file:/C:/proj
  |   | ects/jboss5/trunk/build/output/jboss-5.0.0.Beta4/server/default/tmp/deploy/jboss-seam-booking19541-e
  |   | xp.war/WEB-INF/lib/jboss-seam-debug.jar!/seam.properties
  |   | 
  | 
  | And then sees who references that copy of the information.
It's AbstractWarDeployer, AbstractWarDeployment and TomcatDeployment.

  |                unit.addAttachment("org.jboss.web.expandedWarClasspath", classpath);
  |             }
  | 
  |             // Indicate that an expanded URL exists
  |             unit.addAttachment("org.jboss.web.expandedWarURL", expWarUrl, URL.class);
  | ...
  |          // Get the war URL
  |          // FIXME: JBAS-3812 - TomcatDeployment should use modified WebMetaData
  |          URL warURL = unit.getAttachment("org.jboss.web.expandedWarURL", URL.class);
  | ...
  |       ArrayList<URL> classpath = (ArrayList<URL>)unit.getAttachment("org.jboss.web.expandedWarClasspath");
  | 
But I have no idea what's done right and what wrong, to know what causes that duplicate. :-)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122325#4122325

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



More information about the jboss-dev-forums mailing list