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/10/08 19:18:53 UTC

[jira] [Closed] (FELIX-4218) NPE with field annotated with both @Property and @ServiceProperty

     [ https://issues.apache.org/jira/browse/FELIX-4218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clement Escoffier closed FELIX-4218.
------------------------------------


> 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-runtime-1.10.1
>            Reporter: Guillaume Sauthier
>            Assignee: Clement Escoffier
>             Fix For: ipojo-runtime-1.11.0
>
>
> 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 was sent by Atlassian JIRA
(v6.1#6144)