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 (Resolved) (JIRA)" <ji...@apache.org> on 2011/10/09 16:04:29 UTC

[jira] [Resolved] (FELIX-3087) Given invalid value, but the property isn't invalid.

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

Felix Meschberger resolved FELIX-3087.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: scr-1.6.2

This works and the issue can be resolved.
                
> Given invalid value, but the property isn't invalid.
> ----------------------------------------------------
>
>                 Key: FELIX-3087
>                 URL: https://issues.apache.org/jira/browse/FELIX-3087
>             Project: Felix
>          Issue Type: Bug
>          Components: Declarative Services (SCR)
>    Affects Versions:  scr-1.6.0
>            Reporter: Yasuhiro Kawame
>            Assignee: Felix Meschberger
>             Fix For: scr-1.6.2
>
>
> Given the following XML, the value of the property will be invalid.
> But this property is a valid property, with a value of char 'a'.
> <?xml version="1.0" encoding="UTF-8"?>
>   <scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0">
>     <implementation class="DummyClass" /> 
>     <property name="test.property.Character" type="Character" value="ab" />
>   </scr:component>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira