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:08:12 UTC

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

Freeman Fang created KARAF-2108:
-----------------------------------

             Summary: 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


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