-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
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
- blocks
-
JBWS-3123 Implement @WebServiceRef support for annotation driven servlets
- Closed