Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-19999

[GSS](7.3.z) Hibernate/JPA custom 2LC regions generate wrong service names when region names contain a dot.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 7.3.4.CR1, 7.3.4.GA
    • 7.3.2.CR1
    • Clustering
    • None

    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:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: