Return-Path: Delivered-To: apmail-ws-scout-dev-archive@www.apache.org Received: (qmail 91935 invoked from network); 6 Feb 2009 21:43:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2009 21:43:22 -0000 Received: (qmail 25176 invoked by uid 500); 6 Feb 2009 21:43:22 -0000 Delivered-To: apmail-ws-scout-dev-archive@ws.apache.org Received: (qmail 25156 invoked by uid 500); 6 Feb 2009 21:43:22 -0000 Mailing-List: contact scout-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: scout-dev@ws.apache.org List-Id: Delivered-To: mailing list scout-dev@ws.apache.org Received: (qmail 25147 invoked by uid 99); 6 Feb 2009 21:43:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2009 13:43:22 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2009 21:43:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B71DD234C4AB for ; Fri, 6 Feb 2009 13:42:59 -0800 (PST) Message-ID: <816481606.1233956579749.JavaMail.jira@brutus> Date: Fri, 6 Feb 2009 13:42:59 -0800 (PST) From: =?utf-8?Q?Waldemar_K=C5=82aczy=C5=84ski_=28JIRA=29?= To: scout-dev@ws.apache.org Subject: [jira] Issue Comment Edited: (SCOUT-69) Do not search service bindings on the specification In-Reply-To: <392695169.1233893039780.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SCOUT-69?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D126713= 41#action_12671341 ]=20 wklaczynski edited comment on SCOUT-69 at 2/6/09 1:42 PM: ------------------------------------------------------------------ This allows you to search for the key concept. Returns only those binding s= ervices, which have the same key concepts in the query with tModel instance= s binding services in JUddi. was (Author: wklaczynski): This allows you to search for the key concept. Returns only those bindi= ng sites, which have the same key concepts in the query with tModel instanc= es binding sites in JUddi. =20 > Do not search service bindings on the specification > --------------------------------------------------- > > Key: SCOUT-69 > URL: https://issues.apache.org/jira/browse/SCOUT-69 > Project: Scout > Issue Type: Bug > Affects Versions: 1.0rc2 > Environment: java version "1.6.0_0" > IcedTea6 1.4 (fedora-7.b12.fc10-i386) Runtime Environment (build 1.6.0_0-= b12) > OpenJDK Server VM (build 10.0-b19, mixed mode) > Reporter: Waldemar K=C5=82aczy=C5=84ski > Assignee: Kurt T Stam > > ClassificationScheme classification =3D bqm.findClassificatio= nSchemeByName(null, "saba-com:centrum:services:penpay-terminal:ver-1.00"); > SpecificationLink fSpecificationLink =3D blm.createSpecificat= ionLink(); > Concept fconcept =3D blm.createConcept(classification, "Order= number of books", "Number number"); > fconcept.setKey(classification.getKey()); > fSpecificationLink.setSpecificationObject(fconcept); > RegistryObject registryObject =3D bqm.getRegistryObject("EA33= 6660-EF42-11DD-A660-9C97145B13F6",LifeCycleManager.SERVICE); > if(registryObject instanceof Service){ > Service service =3D (Service) registryObject; > BulkResponse fServiceBindings =3D bqm.findServiceBindings= (service.getKey(), null, null, Collections.singletonList(fSpecificationLink= )); > =09 > Always return all service bimdings! > =20 --=20 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: scout-dev-unsubscribe@ws.apache.org For additional commands, e-mail: scout-dev-help@ws.apache.org