You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2010/02/18 11:05:27 UTC

[jira] Created: (FELIX-2094) AttributeDefinition with an empty default value must attribute must result in a single (empty string) entry string array

AttributeDefinition with an empty default value must attribute must result in a single (empty string) entry string array
------------------------------------------------------------------------------------------------------------------------

                 Key: FELIX-2094
                 URL: https://issues.apache.org/jira/browse/FELIX-2094
             Project: Felix
          Issue Type: Bug
          Components: Metatype Service, Specification compliance
    Affects Versions: metatype-1.0.4
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For:  metatype-1.0.6


Given an attribute definition of sorts

    <AD ... default="" />

should result in an AttributeDefinition.getDefaultValue() returning a String[]{ "" }

Currently such a default value is assumed to be null.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (FELIX-2094) AttributeDefinition with an empty default value must attribute must result in a single (empty string) entry string array

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on FELIX-2094 started by Felix Meschberger.

> AttributeDefinition with an empty default value must attribute must result in a single (empty string) entry string array
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-2094
>                 URL: https://issues.apache.org/jira/browse/FELIX-2094
>             Project: Felix
>          Issue Type: Bug
>          Components: Metatype Service, Specification compliance
>    Affects Versions: metatype-1.0.4
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For:  metatype-1.0.6
>
>
> Given an attribute definition of sorts
>     <AD ... default="" />
> should result in an AttributeDefinition.getDefaultValue() returning a String[]{ "" }
> Currently such a default value is assumed to be null.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (FELIX-2094) AttributeDefinition with an empty default value must attribute must result in a single (empty string) entry string array

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved FELIX-2094.
--------------------------------------

    Resolution: Fixed

Fixed in Rev. 911304

> AttributeDefinition with an empty default value must attribute must result in a single (empty string) entry string array
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-2094
>                 URL: https://issues.apache.org/jira/browse/FELIX-2094
>             Project: Felix
>          Issue Type: Bug
>          Components: Metatype Service, Specification compliance
>    Affects Versions: metatype-1.0.4
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For:  metatype-1.0.6
>
>
> Given an attribute definition of sorts
>     <AD ... default="" />
> should result in an AttributeDefinition.getDefaultValue() returning a String[]{ "" }
> Currently such a default value is assumed to be null.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.