Return-Path: Delivered-To: apmail-ws-scout-dev-archive@www.apache.org Received: (qmail 92384 invoked from network); 6 Feb 2009 04:04:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2009 04:04:20 -0000 Received: (qmail 16354 invoked by uid 500); 6 Feb 2009 04:04:20 -0000 Delivered-To: apmail-ws-scout-dev-archive@ws.apache.org Received: (qmail 16328 invoked by uid 500); 6 Feb 2009 04:04:20 -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 16319 invoked by uid 99); 6 Feb 2009 04:04:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 20:04:20 -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 04:04:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BEA9C234C48D for ; Thu, 5 Feb 2009 20:03:59 -0800 (PST) Message-ID: <392695169.1233893039780.JavaMail.jira@brutus> Date: Thu, 5 Feb 2009 20:03:59 -0800 (PST) From: =?utf-8?Q?Waldemar_K=C5=82aczy=C5=84ski_=28JIRA=29?= To: scout-dev@ws.apache.org Subject: [jira] Created: (SCOUT-69) Do not search service bindings on the specification 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 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-b1= 2) OpenJDK Server VM (build 10.0-b19, mixed mode) Reporter: Waldemar K=C5=82aczy=C5=84ski Assignee: Kurt T Stam ClassificationScheme classification =3D bqm.findClassificationS= chemeByName(null, "saba-com:centrum:services:penpay-terminal:ver-1.00"); SpecificationLink fSpecificationLink =3D blm.createSpecificatio= nLink(); Concept fconcept =3D blm.createConcept(classification, "Order n= umber of books", "Number number"); fconcept.setKey(classification.getKey()); fSpecificationLink.setSpecificationObject(fconcept); RegistryObject registryObject =3D bqm.getRegistryObject("EA3366= 60-EF42-11DD-A660-9C97145B13F6",LifeCycleManager.SERVICE); if(registryObject instanceof Service){ Service service =3D (Service) registryObject; BulkResponse fServiceBindings =3D bqm.findServiceBindings(s= ervice.getKey(), null, null, Collections.singletonList(fSpecificationLink))= ; =09 Always return all services! =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