You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Clement Escoffier (JIRA)" <ji...@apache.org> on 2013/09/28 19:42:02 UTC

[jira] [Created] (FELIX-4250) Specification deduction broken when the method does not start with the 'bind' prefix

Clement Escoffier created FELIX-4250:
----------------------------------------

             Summary: Specification deduction broken when the method does not start with the 'bind' prefix
                 Key: FELIX-4250
                 URL: https://issues.apache.org/jira/browse/FELIX-4250
             Project: Felix
          Issue Type: Bug
          Components: iPOJO
            Reporter: Clement Escoffier
            Assignee: Clement Escoffier
             Fix For: ipojo-runtime-1.10.2


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

{code:java}
Set<MyServiceInterface> myServices;

@Bind(optional=true, aggregate=true)

addMyService(MyServiceInterface newService) {

 myServices.add(newService);

}
{code}

--
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