[
https://issues.apache.org/jira/browse/JUDDI-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeff Faath resolved JUDDI-80.
-----------------------------
Resolution: Fixed
This issue has been resolved. Notes:
1) Was already fixed...key_name was not being used.
2) Clause to check for "general keywords" key was in there, however, it didn't
handle null or blank key which defaults to "general keywords". This is fixed.
3) Clause to check for null was there, however, it didn't handle blank business
key. This is fixed.
4) same fix as 2)
5) same fix as 2)
> CLONE -find by category/identifier bugs
> ---------------------------------------
>
> Key: JUDDI-80
> URL: https://issues.apache.org/jira/browse/JUDDI-80
> Project: jUDDI
> Issue Type: Bug
> Reporter: osman findik
> Assignee: Steve Viens
>
> I encountered a FindServiceByCategory bug (when my
> category doesn't specify keyname), and I check other
> find_xxxx, and here is a list I see:
> for <find_business>:
> (1)
> FindBusinessByIdentifierQuery.java:121
> UDDI spec (v2) says keyNames are not significant,
> should remove
> KEY_NAME from the sql query.
> (2)
> FindBusinessByCategoryQuery.java:122
> UDDI spec (v2) says keyNames are not significant,
> unless the
> tmodelkey is referring to uddi-org:general_keywords
> (missing
> tModelKey should be treated as uddi-org:general_keywords).
> Additional checks should be put in AND when tmodelkey
> is not of
> uddi-org:general_keywords, KEY_NAME should be removed
> from the
> sql query.
> for <find_service>:
> (3)
> FindServiceByCategoryQuery.java:112
> UDDI spec (v2) says: businesskey is optional. Should do
> additional checks on the sql construction or ''/'null'
> will be
> slipped in.
> (4)
> FindServiceByCategoryQuery.java:130
> same as (2), additional checks needed.
> <find_tModel>
> (5)
> FindTModelByCategoryQuery.java:125
> same as (2).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]