Make OSGi properties display human readable name in the Felix system console
----------------------------------------------------------------------------

                 Key: STANBOL-103
                 URL: https://issues.apache.org/jira/browse/STANBOL-103
             Project: Stanbol
          Issue Type: Bug
            Reporter: Olivier Grisel
            Priority: Minor


Most stanbol components use the @Property annotation to declare configurable 
fields. E.g.:

{code}
    @Property
    public static final String MODELS_PATH = 
"org.apache.stanbol.enhancer.engines.opennlp.models.path";
{code}

However the qualified names such as the above are very user-unfriendly. What is 
the recommended way to have both friendly user facing labels while keeping 
qualified names as property ids?


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to