Alessio Soldano created JBWS-3809:
-------------------------------------
Summary: AbstractDeployment#addEndpoint's check on urlPattern performed
on wrong data
Key: JBWS-3809
URL:
https://issues.jboss.org/browse/JBWS-3809
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jbossws-cxf, jbossws-integration
Reporter: Alessio Soldano
Fix For: jbossws-cxf-4.3.1, jbossws-cxf-5.0
We currently have a check on urlPattern uniqueness in a given deployment unit that is
performed in the container integration layer (AbstractDeployment#addEndpoint). The
urlPattern there is not the actual urlPatter that will eventually be used for the
endpoints in case of ejb3 ws deployments (see
WSIntegrationProcessorJAXWS_POJO#processAnnotation which computes the urlPatter using the
@WebService annotation only when no ServletMetadata is found & matched).
If the deployment contains multiple endpoints declaring the same serviceName, the
deployment fails.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)