Autoconf handles metatype 1.1 cardinalty wrong
----------------------------------------------

                 Key: FELIX-3245
                 URL: https://issues.apache.org/jira/browse/FELIX-3245
             Project: Felix
          Issue Type: Bug
          Components: Deployment Admin
    Affects Versions: autoconf-rp-0.1.0
            Reporter: Bram de Kruijff


According to 105.13.2.12 in the R42 compendium spec cardinality is interpreted 
as:

  x = Integer.MIN_VALUE no limit, but use Vector
  x < 0 -x = max occurrences, store in Vector
  x > 0 x = max occurrences, store in array []
  x = Integer.MAX_VALUE no limit, but use array [] 
  x = 0 1 occurrence required

This is not what happens in autoconf 0.1. I'll attach a small patch that should 
be self-expl.

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

        

Reply via email to