You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Steve Viens (JIRA)" <ju...@ws.apache.org> on 2005/03/16 04:43:20 UTC

[jira] Created: (JUDDI-67) find_service should return matches when only businessKey is provided.

find_service should return matches when only businessKey is provided.
---------------------------------------------------------------------

         Key: JUDDI-67
         URL: http://issues.apache.org/jira/browse/JUDDI-67
     Project: jUDDI
        Type: Bug
    Versions: 0.9rc1, 0.9rc2, 0.9rc3    
    Reporter: Steve Viens
 Assigned to: Steve Viens 
     Fix For: 0.9


Calling find_service with only a businessKey jUDDI will always return an empty serviceDetail element.  It should be returning all of the services found for the BusinessEntity identified by the businessKey parameter.

A workaround was committed for the same problem in find_binding when only a serviceKey was passed as search criteria.

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


[jira] Closed: (JUDDI-67) find_service should return matches when only businessKey is provided.

Posted by "Steve Viens (JIRA)" <ju...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/JUDDI-67?page=history ]
     
Steve Viens closed JUDDI-67:
----------------------------

    Resolution: Fixed

Fixed. The fix applied to correct this issue was also used to replace the existing fix for the find_binding API call.  Two new classes were added to the o.a.j.datastore.jdbc package:

  FindServiceByBusinessKeyQuery
  FindBindingByServiceKeyQuery

Also the following two Function classes were updated:

  FindServiceFunction
  FindBindingFunction

Finally, the findService and findBinding methods in JDBCDataStore were updated as well.


> find_service should return matches when only businessKey is provided.
> ---------------------------------------------------------------------
>
>          Key: JUDDI-67
>          URL: http://issues.apache.org/jira/browse/JUDDI-67
>      Project: jUDDI
>         Type: Bug
>     Versions: 0.9rc1, 0.9rc2, 0.9rc3
>     Reporter: Steve Viens
>     Assignee: Steve Viens
>      Fix For: 0.9

>
> Calling find_service with only a businessKey jUDDI will always return an empty serviceDetail element.  It should be returning all of the services found for the BusinessEntity identified by the businessKey parameter.
> A workaround was committed for the same problem in find_binding when only a serviceKey was passed as search criteria.

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