FindQualifiers using tModel name instead of tModelKey
-----------------------------------------------------

                 Key: JUDDI-427
                 URL: https://issues.apache.org/jira/browse/JUDDI-427
             Project: jUDDI
          Issue Type: Bug
          Components: core
    Affects Versions: 3.0.3
            Reporter: Lyudmil Latinov
            Assignee: Kurt T Stam


As per UDDI v3.0.2 specification - http://uddi.org/pubs/uddi_v3.htm
5.1.4 Find Qualifiers
Each of the find_xx APIs accepts an optional findQualifiers argument, which may 
contain multiple findQualifier values. Find qualifiers may be either tModelKeys 
or may be referenced by a string containing a "short name". Each of the 
pre-defined findQualifiers in UDDI can be referenced using either the 
appropriate tModelKey, or by its short name. 

Currently jUDDI uses tModel names in org.apache.juddi.query.util.FindQualifiers
e.g public static final String APPROXIMATE_MATCH_TMODEL = 
"uddi-org:approximateMatch:SQL99"; (same for all *_TMODEL)

uddi-org:approximateMatch:SQL99 is the name of the tModel, not the tModelKey. 
tModeKey is uddi:uddi.org:findqualifier:approximatematch (see 11.4.1.3 tModel 
Definition)

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

Reply via email to