Hi Richard,
Thank you for your reply.
We are using JBoss portal 2.7.1 which is based on JBoss AS 4.2.3, and the EndpointServlet from the jbossws-native-core is similar with the revision from 8819 from SVN:
http://source.jboss.org/browse/JBossWS/stack/native/trunk/modules/core/src/main/java/org/jboss/wsf/stack/jbws/EndpointServlet.java?r=8819
I have looked in the JIRA for some coments related to the fixes that were done against the Endpoint but I wasn't able to find some coments to confirm that the issue we have is fixed by one of the next revisions. Could you please clarify if that was a known issue on that part ?
The object which I found in the memory is the "preDestroyRegistry" which holds the LinkedList and should be cleanup by the "destroy()", which aparently is not cleaning up, or it is not trigered.
Kind regards,
@Bob