[
https://issues.apache.org/jira/browse/CXF-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Diephouse closed CXF-590.
-----------------------------
Resolution: Fixed
Fix Version/s: 2.0-RC
I applied this in my last commit. Thanks Jeff.
> JaxWsImplementorImpl.getServiceName() does not return the proper service name
> -----------------------------------------------------------------------------
>
> Key: CXF-590
> URL: https://issues.apache.org/jira/browse/CXF-590
> Project: CXF
> Issue Type: Bug
> Affects Versions: 2.0-M1
> Reporter: Jeff Genender
> Assigned To: Dan Diephouse
> Fix For: 2.0-RC
>
> Attachments: CXF-590.jgenender.patch
>
>
> JaxWsImplementorImpl.getServiceName() does not return the proper service name
> since it loops up the wsAnnotations array without stopping on the first find
> of a serviceName or targetName.
> The loop initial loop in the getServiceName() method should stop on a first
> find. If it doesn't, it returns ancestors which would override its
> subclasses. The subclasses should have priority.
> This same loop is an issue in a few other methods as well.
> Patch attached.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.