[
https://issues.jboss.org/browse/JBAS-8879?page=com.atlassian.jira.plugin....
]
Richard Opalka edited comment on JBAS-8879 at 2/16/11 9:32 AM:
---------------------------------------------------------------
Yes, this is because of JBossWS changes for AS6.
The workaround is to deploy specj.war in different web context.
Either customize jboss-web.xml to deploy to different context root
(and bundle it in specj.war) or
provide/customize application.xml and define different
context root mapping for specj.war.
was (Author: richard.opalka(a)jboss.com):
This is because of AS6 changes (not WS changes).
The workaround is to deploy specj.war in different web context.
Either customize jboss-web.xml (and bundle it in specj.war) or
provide/customize application.xml and define different
context root mapping for specj.war.
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
Attachments: webservices.xml
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