0 Replies Latest reply on Jun 26, 2014 4:33 AM by just4f

    Wildfly 8.1 application isolation

    just4f

      What is the way to isolate deployed applications (use separate ClassLoaders)?

      I have noticed this issue when using same static class of quartz-scheduler module (which I have added to Wildfly myself) in separate deployed applications (wars) and in those applications that static class instance was the same.

      Although specification says that deployed applications are isolated, but what about commonly dependent module class loading from different applications?

      Thanks.