Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-4779

Java First Web Service broken when SEI extends from another interface

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 2.4.3
    • 2.6.5, 2.7.2
    • None
    • None
    • Moderate

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              dkulp Daniel Kulp
              rouble Rouble
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 72h
                  72h
                  Remaining:
                  Remaining Estimate - 72h
                  72h
                  Logged:
                  Time Spent - Not Specified
                  Not Specified