Guillaume Sauthier created FELIX-4218:
-----------------------------------------

             Summary: NPE with field annotated with both @Property and 
@ServiceProperty
                 Key: FELIX-4218
                 URL: https://issues.apache.org/jira/browse/FELIX-4218
             Project: Felix
          Issue Type: Bug
          Components: iPOJO
    Affects Versions: ipojo-manipulator-1.10.1
            Reporter: Guillaume Sauthier


I know this seems wrong to have a field annotated like this:

{code:java}
@Property(name="toto")
@ServiceProperty(name="toto")
private String toto;
{code}

Anyway, I've seen this...
And when I try to see instance details using the gogo command 'instance', I got 
a NPE (sorry don't have the stacktrace at hand)

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

Reply via email to