The following comment has been added to this issue: Author: Matthias Müller Created: Wed, 8 Dec 2004 11:04 AM Body: What is the content of the generated application.xml file like ??? There should be (in your case) an entry: ... <module> <web> <web-uri>/APP-INF/lib/LOG4J.JAR</web-uri> ... but there is probably an entry: ... <module> <web> <web-uri>log4j-1.2.8.jar</web-uri> ... which does not work if you try to deploy you *.ear file to an oracle application server since there is no such file 'log4j-1.2.8.jar' in your *.ear archive because it had been renamed into '/APP-INF/lib/LOG4J.JAR' during the ear creation which would be just fine if the same name would be generated into the application.xml.
--------------------------------------------------------------------- View this comment: http://jira.codehaus.org/browse/MPEAR-31?page=comments#action_27644 --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPEAR-31 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPEAR-31 Summary: goal ear:generate-ear-descriptor produces invalid application.xml Type: Bug Status: Open Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-ear-plugin Fix Fors: 1.7 Versions: 1.6 Assignee: Felipe Leme Reporter: Matthias Müller Created: Wed, 8 Dec 2004 9:12 AM Updated: Wed, 8 Dec 2004 11:04 AM Environment: maven 1.0.2 Description: if I make use of the dependency properties ear.bundle.dir or ear.bundle.name the generated application.xml file is invalid since it uses dep.getArtifact() instead of the name of the renamed dependency --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]