Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-4250

Specification deduction broken when the method does not start with the 'bind' prefix

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • ipojo-runtime-1.11.0
    • iPOJO
    • None

    Description

      It was reported an error when detecting the service specification on the following code:

      Set<MyServiceInterface> myServices;
      
      @Bind(optional=true, aggregate=true)
      
      addMyService(MyServiceInterface newService) {
      
       myServices.add(newService);
      
      }
      

      Attachments

        Activity

          People

            clement.escoffier Clement Escoffier
            clement.escoffier Clement Escoffier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: