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

[jira] Created: (JUDDI-70) FindBindingByTModelQuery returns bindingTemplates based on logical OR of tModel keys

FindBindingByTModelQuery returns bindingTemplates based on logical OR of tModel keys
------------------------------------------------------------------------------------

         Key: JUDDI-70
         URL: http://issues.apache.org/jira/browse/JUDDI-70
     Project: jUDDI
        Type: Bug
    Reporter: Jeff Guo
 Assigned to: Steve Viens 


Per UDDI spec 2, find_binding call that uses a tModelBag should return only return bindingTemplates based on logical AND of tModel keys contained in the tModelBag.  The implementation of FindBindingByTModelKeyQuery shows that a logical OR of tModel keys is used to build sql for this API call.  

-- 
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] Updated: (JUDDI-70) FindBindingByTModelQuery returns bindingTemplates based on logical OR of tModel keys

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

Jeff Guo updated JUDDI-70:
--------------------------

    Attachment: FindBindingByTModelKeyQuery.java

Thanks, Steve. I am attaching a modified version of FindBindingByTModelKey.java and implemented LOGICAL AND for tModelBag.  Could you please review the changes?

> FindBindingByTModelQuery returns bindingTemplates based on logical OR of tModel keys
> ------------------------------------------------------------------------------------
>
>          Key: JUDDI-70
>          URL: http://issues.apache.org/jira/browse/JUDDI-70
>      Project: jUDDI
>         Type: Bug
>     Reporter: Jeff Guo
>     Assignee: Steve Viens
>  Attachments: FindBindingByTModelKeyQuery.java
>
> Per UDDI spec 2, find_binding call that uses a tModelBag should return only return bindingTemplates based on logical AND of tModel keys contained in the tModelBag.  The implementation of FindBindingByTModelKeyQuery shows that a logical OR of tModel keys is used to build sql for this API call.  

-- 
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] Commented: (JUDDI-70) FindBindingByTModelQuery returns bindingTemplates based on logical OR of tModel keys

Posted by "Steve Viens (JIRA)" <ju...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/JUDDI-70?page=comments#action_62047 ]
     
Steve Viens commented on JUDDI-70:
----------------------------------

See http://issues.apache.org/jira/browse/JUDDI-6 for description of how to resolve this issue.  This has already been resolved for find_business, and find_service.

> FindBindingByTModelQuery returns bindingTemplates based on logical OR of tModel keys
> ------------------------------------------------------------------------------------
>
>          Key: JUDDI-70
>          URL: http://issues.apache.org/jira/browse/JUDDI-70
>      Project: jUDDI
>         Type: Bug
>     Reporter: Jeff Guo
>     Assignee: Steve Viens

>
> Per UDDI spec 2, find_binding call that uses a tModelBag should return only return bindingTemplates based on logical AND of tModel keys contained in the tModelBag.  The implementation of FindBindingByTModelKeyQuery shows that a logical OR of tModel keys is used to build sql for this API call.  

-- 
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] Commented: (JUDDI-70) FindBindingByTModelQuery returns bindingTemplates based on logical OR of tModel keys

Posted by "Steve Viens (JIRA)" <ju...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/JUDDI-70?page=comments#action_62051 ]
     
Steve Viens commented on JUDDI-70:
----------------------------------

find_binding, find_business and find_service each support search by TModelBag.  The comment is relevant because implementation of this behavior is done in exactly the same way and has already been implemented for find_business and find_service.

The JUDDI-6 issue includes an attachement that can be altered and used for testing this functionality once it's implemented.

> FindBindingByTModelQuery returns bindingTemplates based on logical OR of tModel keys
> ------------------------------------------------------------------------------------
>
>          Key: JUDDI-70
>          URL: http://issues.apache.org/jira/browse/JUDDI-70
>      Project: jUDDI
>         Type: Bug
>     Reporter: Jeff Guo
>     Assignee: Steve Viens

>
> Per UDDI spec 2, find_binding call that uses a tModelBag should return only return bindingTemplates based on logical AND of tModel keys contained in the tModelBag.  The implementation of FindBindingByTModelKeyQuery shows that a logical OR of tModel keys is used to build sql for this API call.  

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


RE: [jira] Commented: (JUDDI-70) FindBindingByTModelQuery returns bindingTemplates based on logical OR of tModel keys

Posted by Steve Viens <st...@viens.net>.
Jeff, my comment is meant for the jUDDI committer team.

find_binding, find_business and find_service each support search by
TModelBag.  The comment is relevant because implementation of this
behavior is done in exactly the same way and has already been
implemented for find_business and find_service.

The JUDDI-6 issue includes an attachement that can be (altered) and used
for testing this functionality once it's implemented.

Steve

-----Original Message-----
From: Jeff Guo (JIRA) [mailto:juddi-dev@ws.apache.org] 
Sent: Sunday, April 03, 2005 1:43 PM
To: juddi-dev@ws.apache.org
Subject: [jira] Commented: (JUDDI-70) FindBindingByTModelQuery returns
bindingTemplates based on logical OR of tModel keys


     [
http://issues.apache.org/jira/browse/JUDDI-70?page=comments#action_62049
]
     
Jeff Guo commented on JUDDI-70:
-------------------------------

how is that relevant?  I do not see how to turn the current behavior to
LOGICAL AND for find_binding from reading the comments of
http://issues.apache.org/jira/browse/JUDDI-6.  Could you please
elaborate on this one?  THanks!

> FindBindingByTModelQuery returns bindingTemplates based on logical OR 
> of tModel keys
>
------------------------------------------------------------------------
------------
>
>          Key: JUDDI-70
>          URL: http://issues.apache.org/jira/browse/JUDDI-70
>      Project: jUDDI
>         Type: Bug
>     Reporter: Jeff Guo
>     Assignee: Steve Viens

>
> Per UDDI spec 2, find_binding call that uses a tModelBag should return

> only return bindingTemplates based on logical AND of tModel keys 
> contained in the tModelBag.  The implementation of 
> FindBindingByTModelKeyQuery shows that a logical OR of tModel keys is 
> used to build sql for this API call.

-- 
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] Commented: (JUDDI-70) FindBindingByTModelQuery returns bindingTemplates based on logical OR of tModel keys

Posted by "Jeff Guo (JIRA)" <ju...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/JUDDI-70?page=comments#action_62049 ]
     
Jeff Guo commented on JUDDI-70:
-------------------------------

how is that relevant?  I do not see how to turn the current behavior to LOGICAL AND for find_binding from reading the comments of http://issues.apache.org/jira/browse/JUDDI-6.  Could you please elaborate on this one?  THanks!

> FindBindingByTModelQuery returns bindingTemplates based on logical OR of tModel keys
> ------------------------------------------------------------------------------------
>
>          Key: JUDDI-70
>          URL: http://issues.apache.org/jira/browse/JUDDI-70
>      Project: jUDDI
>         Type: Bug
>     Reporter: Jeff Guo
>     Assignee: Steve Viens

>
> Per UDDI spec 2, find_binding call that uses a tModelBag should return only return bindingTemplates based on logical AND of tModel keys contained in the tModelBag.  The implementation of FindBindingByTModelKeyQuery shows that a logical OR of tModel keys is used to build sql for this API call.  

-- 
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-70) FindBindingByTModelQuery returns bindingTemplates based on logical OR of tModel keys

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

     Resolution: Fixed
    Fix Version: 0.9

Fixed.

> FindBindingByTModelQuery returns bindingTemplates based on logical OR of tModel keys
> ------------------------------------------------------------------------------------
>
>          Key: JUDDI-70
>          URL: http://issues.apache.org/jira/browse/JUDDI-70
>      Project: jUDDI
>         Type: Bug
>     Reporter: Jeff Guo
>     Assignee: Steve Viens
>      Fix For: 0.9
>  Attachments: FindBindingByTModelKeyQuery.java
>
> Per UDDI spec 2, find_binding call that uses a tModelBag should return only return bindingTemplates based on logical AND of tModel keys contained in the tModelBag.  The implementation of FindBindingByTModelKeyQuery shows that a logical OR of tModel keys is used to build sql for this API call.  

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (JUDDI-70) FindBindingByTModelQuery returns bindingTemplates based on logical OR of tModel keys

Posted by "Steve Viens (JIRA)" <ju...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/JUDDI-70?page=comments#action_66612 ]
     
Steve Viens commented on JUDDI-70:
----------------------------------

Support for the orAllKeys find qualifier was also implemented.

> FindBindingByTModelQuery returns bindingTemplates based on logical OR of tModel keys
> ------------------------------------------------------------------------------------
>
>          Key: JUDDI-70
>          URL: http://issues.apache.org/jira/browse/JUDDI-70
>      Project: jUDDI
>         Type: Bug
>     Reporter: Jeff Guo
>     Assignee: Steve Viens
>      Fix For: 0.9
>  Attachments: FindBindingByTModelKeyQuery.java
>
> Per UDDI spec 2, find_binding call that uses a tModelBag should return only return bindingTemplates based on logical AND of tModel keys contained in the tModelBag.  The implementation of FindBindingByTModelKeyQuery shows that a logical OR of tModel keys is used to build sql for this API call.  

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira