[
https://issues.apache.org/jira/browse/CXF-4779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-4779.
------------------------------
Resolution: Duplicate
Fix Version/s: 2.6.5
2.7.2
Assignee: Daniel Kulp
Already fixed in 2.6.5/2.7.2
> Java First Web Service broken when SEI extends from another interface
> ---------------------------------------------------------------------
>
> Key: CXF-4779
> URL: https://issues.apache.org/jira/browse/CXF-4779
> Project: CXF
> Issue Type: Bug
> Affects Versions: 2.4.3
> Reporter: Rouble
> Assignee: Daniel Kulp
> Fix For: 2.7.2, 2.6.5
>
> Original Estimate: 72h
> Remaining Estimate: 72h
>
> I have the following interface:
> public interface bar {
> foo1();
> }
> and an SEI for a Java First Web Service extends that interface:
> @WebService
> public interface sei extends bar {
> foo2();
> }
> Now, if I have Service Implementation Bean:
> @WebService(endpointInterface = "com.example.sei", serviceName = "seiws")
> public class seiImpl {
> foo1 () {
> //blah
> }
> foo2 () {
> //blah
> }
> }
> Only foo2() is exposed by CXF when the web service is deployed - foo1() is
> not. This seems to be a very fundamental bug in Java First Web Services.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira