Uploaded image for project: 'Scout (Retired)'
  1. Scout (Retired)
  2. SCOUT-69

Do not search service bindings on the specification

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.0rc2
    • None
    • None
    • None
    • 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)

    Description

      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!

      Attachments

        Activity

          People

            kstam Kurt Stam
            wklaczynski Waldemar Kłaczyński
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: