You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2013/01/14 07:24:12 UTC

[jira] [Resolved] (KARAF-2108) a feature depend itself will cause stackoverflow error

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

Freeman Fang resolved KARAF-2108.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3.1
                   2.2.11

commit fix
http://svn.apache.org/viewvc?rev=1432809&view=rev for 2.3.x branch
http://svn.apache.org/viewvc?rev=1432810&view=rev for 2.2. x branch
                
> a feature depend itself will cause stackoverflow error
> ------------------------------------------------------
>
>                 Key: KARAF-2108
>                 URL: https://issues.apache.org/jira/browse/KARAF-2108
>             Project: Karaf
>          Issue Type: Improvement
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 2.2.11, 2.3.1
>
>
> for example, features descriptor like
> {code}
> <feature name="f1">
>          <feature>common</feature>
>         <feature>f1</feature>
>          <bundle>b2</bundle>
>      </feature>
> {code}
> install feature f1 will cause stackoverflow error, though this is more usage issue, it's better that karaf code could honor this error

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira