-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 5.1.0.ER6
-
Fix Version/s: 5.2.0 GA
-
Component/s: Documentation, JBossWS
-
Labels:None
-
Environment:
SOA-P with CXF
-
Affects:Release Notes
-
Release Notes Text:
-
Release Notes Docs Status:Documented as Known Issue
Use webservice_consumer1 test and modify war/resources/WEB-INF/web.xml. Add there
<servlet-mapping>
<servlet-name>HelloWorldWS</servlet-name>
<url-pattern>/HelloWorldWS</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>HelloWorldWS</servlet-name>
<url-pattern>/aa</url-pattern>
</servlet-mapping>
When the war file is deployed the service is available only on /aa URL and not on /HelloWorldWS URL. This is different behaviour to configuration with native WS.