3 Replies Latest reply on Dec 21, 2007 10:46 AM by aon72

    Memory leak in JBossWS 2.0.1 native and JBoss 4.2.1

    aon72

      We expose a Webservice by means of a stateless session EJB3. After a huge amount of requests we encountered a out of heap memory. We analysed the problem with the aid of a Java profiler and found, that the instance count for classes like org.jboss.ws.core.jaxws.binding.SOAPBindingJAXWS or org.jboss.ws.core.CommonBindingProvider increases by 1 per request.
      The same problem occured with JBossWS 1.2.1 and JBoss 4.0.5. Our first approach was to find a patch. Google told us of an issue JBWS-1860 that described our problem, but this issue seems to be disappeared on JIRA.

      Is there any solution to this problem?