You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tamaya.apache.org by "Anatole Tresch (JIRA)" <ji...@apache.org> on 2016/05/01 20:38:12 UTC

[jira] [Resolved] (TAMAYA-158) Model extension does not use common meta-data format.

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

Anatole Tresch resolved TAMAYA-158.
-----------------------------------
    Resolution: Fixed

> Model extension does not use common meta-data format.
> -----------------------------------------------------
>
>                 Key: TAMAYA-158
>                 URL: https://issues.apache.org/jira/browse/TAMAYA-158
>             Project: Tamaya
>          Issue Type: Bug
>          Components: Extensions
>    Affects Versions: 0.2-incubating
>            Reporter: Anatole Tresch
>            Assignee: Anatole Tresch
>              Labels: meta-configuration
>             Fix For: 0.3-incubating
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> As of now the model extension does require meta-data in the form of:
> {noformat}
> {model}.mykey.type=Parameter
> {model}.mykey.class=Boolean
> {model}.mykey.required=true
> {noformat}
> This does not match the common metadata format used elsewhere, which should look like:
> {noformat}
> _mykey.model.target=Parameter
> _mykey.model.class=Boolean
> _mykey.model.required=true
> {noformat}
> So it should be aligned with the common formats used.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)