Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-13690

InfinispanRoutingProvider generates wrong service names when server name contain a dot.

    XMLWordPrintable

Details

    Description

      The problematic pattern:

       

      BinaryRequirement requirement = ...;
      ServiceName.parse(requirement.resolve(container, cache));
      

      should be:

      ServiceName.parse(requirement.getName()).append(container, cache);
      

      Attachments

        Issue Links

          Activity

            People

              pferraro@redhat.com Paul Ferraro
              pferraro@redhat.com Paul Ferraro
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: