Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-1736

ResteasyProviderFactory instance shared among deployments on WFLY

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.0.0.Beta1, 3.5.0.CR1
    • None
    • None
    • None

      ResteasyProviderFactory keeps a static reference to an instance that's served into multiple places in RESTEasy. When running on WFLY, a single classloader loads RESTEasy, hence a single instance of the factory is kept. That's usually a ThreadLocal version of the factory, still it's possible for a thread serving different deployments in different moments to use the same factory.

            rhn-support-asoldano Alessio Soldano
            rhn-support-asoldano Alessio Soldano
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: