[jboss-jira] [JBoss JIRA] Commented: (JBAS-8879) webservices.xml creates a web context with the jar's name
Richard Opalka (JIRA)
jira-events at lists.jboss.org
Wed Feb 16 10:47:13 EST 2011
[ https://issues.jboss.org/browse/JBAS-8879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582684#comment-12582684 ]
Richard Opalka commented on JBAS-8879:
--------------------------------------
If it's not necessary to run AS6 in TCK6 compatible mode
U can set -Dorg.jboss.ws.backward_compatible_context_creator=true
in $JBOSS_HOME/bin/run.conf to run AS6 webservices module in AS5 compatible mode.
> 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
More information about the jboss-jira
mailing list