You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scout-dev@ws.apache.org by "Kurt T Stam (JIRA)" <sc...@ws.apache.org> on 2010/01/21 16:33:54 UTC

[jira] Updated: (SCOUT-69) Do not search service bindings on the specification

     [ https://issues.apache.org/jira/browse/SCOUT-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam updated SCOUT-69:
-----------------------------

    Fix Version/s:     (was: 1.2.1)
                   1.2.2

> 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
>             Fix For: 1.2.2
>
>
>             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-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org