You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "SourceForge.net" <no...@sourceforge.net> on 2003/08/06 14:00:10 UTC

[juddi-Developers] [ juddi-Bugs-780278 ] find by category/identifier bugs

Bugs item #780278, was opened at 2003-07-30 15:06
Message generated for change (Settings changed) made by sviens
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=434422&aid=780278&group_id=42875

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jin Tong (nij_gnot)
>Assigned to: Steve Viens (sviens)
Summary: find by category/identifier bugs

Initial Comment:
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).


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=434422&aid=780278&group_id=42875