0 Replies Latest reply on Jul 12, 2005 7:08 AM by thomas.diesler

    redeployment and org.apache.axis.client.Service

    thomas.diesler

      We don't support standalone Axis in JBoss. Please see what support you can get from Apache Axis directly to get this solved.

      The reason is that Axis keeps static references to class loaders, which become stale on undeployment. This is an absolute no no in environments where the container needs to manage the class loaders.