[jboss-jira] [JBoss JIRA] Issue Comment Edited: (JBAS-8403) jboss-web.xml is not parsed when no web.xml is present
Remy Maucherat (JIRA)
jira-events at lists.jboss.org
Wed Sep 15 10:14:29 EDT 2010
[ https://jira.jboss.org/browse/JBAS-8403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12551056#action_12551056 ]
Remy Maucherat edited comment on JBAS-8403 at 9/15/10 10:12 AM:
----------------------------------------------------------------
Moving down to critical, since it is very easy to work around (if you configure jboss-web.xml, make sure you add a web.xml with <web-app /> if there's none).
Still no real idea on how to fix the issue, straightforward solutions failed so far.
was (Author: remy.maucherat at jboss.com):
Moving down to critical, since it is very easy to work around (if you configure jboss-web.xml, make sure you add a web.xml with <web-app /> if there's none.
Still no real idea on how to fix the issue, straightforward solutions failed so far.
> jboss-web.xml is not parsed when no web.xml is present
> ------------------------------------------------------
>
> Key: JBAS-8403
> URL: https://jira.jboss.org/browse/JBAS-8403
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Web (Tomcat) service
> Reporter: Richard Opalka
> Assignee: Remy Maucherat
> Priority: Critical
> Fix For: 6.0.0.CR1
>
> Attachments: jaxws-jbws3123.ear, working-jaxws-jbws3123.ear
>
>
> I have Servlet 3 spec. compliant servlet that injects Web Service references.
> I provide jboss-web.xml to override some runtime data (wsdl-location namely).
> However this jboss-web.xml provided file seems ignored.
> I was debugging this problem and I found that
> org.jboss.web.deployers.WarAnnotationMetaDataDeployer
> creates JBossWebMetaData that are later used for Web Service References injection.
> What I'm missing is some "merge" code that will override WarAnnotationMetaDataDeployer
> provided JBossWebMetaData with JBossWebMetaData specified in jboss-web.xml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list