Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-760

JSR-181 doc/lit wrapped service binding failures with multiple methods with the same signature

XMLWordPrintable

      CGLIB reuses the same class definition if it has the same properties. This can happen on a doc/lit service when there is more than one method with the same arguments.

      As an example this fails:
      @Stateless
      @WebService(endpointInterface="org.jboss.tutorial.webservice.bean.Calculator")
      public class CalculatorBean
      {
      public int add(int x, int y)

      { return x + y; }

      public int subtract(int x, int y)

      { return x - y; }

      }

              jgreene@redhat.com Jason Greene
              jgreene@redhat.com Jason Greene
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: