[ http://issues.apache.org/jira/browse/JUDDI-6?page=comments#action_61049 ] Steve Viens commented on JUDDI-6: ---------------------------------
Implemented support for the default 'LOGICAL AND' behavior and for 'orAllKeys' findQualifier for the find_business and find_service API calls when seaching using a TModelBag. > find_business by tModelBag returns unexpected results > ----------------------------------------------------- > > Key: JUDDI-6 > URL: http://issues.apache.org/jira/browse/JUDDI-6 > Project: jUDDI > Type: Bug > Reporter: Anou Manavalan > Assignee: Steve Viens > Fix For: 0.9 > Attachments: find_by_tmodel_test_data.txt > > Test case description: > UDDI data organised in following way: > 1) There are three business defined in local UDDI registry > 2) 1st business defines tModel categories (reference > them by category bag) > 3) 2nd and 3rd business defines service/binding that > refers category defined by 1st business. > 4) Categories organised in tree-like structure. There are > three category items defined (cat. name (parent)): > - service (null) > - search-service (service) > - auto-search-service (search-service) > Now step by step interaction with UDDI-registry > 1) find_business(by 1st.name) > 2) get categories keys from category bag, put them into > tModelBag > 3) find_business(by tModelBag, orAllKeys) > What should i get back ? > I think i should get businessInfos with two businessInfo > items inside, but i got businessInfos with 5 businessInfo > items. 2 items for 2nd company and 3 for 3rd. Is it how > it supposed to be ? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
