[jboss-jira] [JBoss JIRA] Created: (JBAS-8879) webservices.xml creates a web context with the jar's name
Ståle Pedersen (JIRA)
jira-events at lists.jboss.org
Wed Feb 16 07:04:13 EST 2011
webservices.xml creates a web context with the jar's name
---------------------------------------------------------
Key: JBAS-8879
URL: https://issues.jboss.org/browse/JBAS-8879
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Web Services
Affects Versions: 6.0.0.Final
Reporter: Ståle Pedersen
Assignee: Richard Opalka
Fix For: 6.1.0
Deploying the SpecjEnterprise2010 benchmark on JBoss6-Final result in a deployment exception reporting that the war application is already installed. The .ear contains:
META-INF/
META-INF/MANIFEST.MF
META-INF/jboss-app.xml
specj-hornetq-jms.xml
lib/
META-INF/application.xml
jboss-mysql-ds.xml
lib/generated-ws-buyer.jar
mdb-service.xml
specj.jar
specj.war
supplier.war
The specj.jar contains a webservice.xml file and it seems to create a web context with the same name as the jar which causes the specj.war to fail to deploy. This worked on JBoss5.
Im not allowed to attach the benchmark, but ill attach the webservices.xml file.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list