"adrian(a)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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...