[ https://issues.apache.org/jira/browse/SCOUT-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671341#action_12671341 ]
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 services, which have the same key concepts in the query with tModel instances binding services in JUddi. was (Author: wklaczynski): This allows you to search for the key concept. Returns only those binding sites, which have the same key concepts in the query with tModel instances binding sites in JUddi. > 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łaczyński > Assignee: Kurt T Stam > > ClassificationScheme classification = > bqm.findClassificationSchemeByName(null, > "saba-com:centrum:services:penpay-terminal:ver-1.00"); > SpecificationLink fSpecificationLink = > blm.createSpecificationLink(); > Concept fconcept = blm.createConcept(classification, "Order > number of books", "Number number"); > fconcept.setKey(classification.getKey()); > fSpecificationLink.setSpecificationObject(fconcept); > RegistryObject registryObject = > bqm.getRegistryObject("EA336660-EF42-11DD-A660-9C97145B13F6",LifeCycleManager.SERVICE); > if(registryObject instanceof Service){ > Service service = (Service) registryObject; > BulkResponse fServiceBindings = > bqm.findServiceBindings(service.getKey(), null, null, > Collections.singletonList(fSpecificationLink)); > > Always return all service bimdings! > -- 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-unsubscr...@ws.apache.org For additional commands, e-mail: scout-dev-h...@ws.apache.org