Yes, the memory dump was done using VisualVM. We only used Windows Task Manager to identify that we had a memory leak. Sorry for not being clear in my previous post.
In the meantime, we seem to have found a solution to our problem. We changed the scope of the beans from PAGE to CONVERSATION and this stopped the memory leak. (Whereas with PAGE the destroy method of the bean was never called, with CONVERSATION, the destroy method is called when the user logs out of Nuxeo.) However, the change in bean scope resulted in values being passed on from one document to another. We implemented some additional code in our bean to address this issue. We are currently undergoing further testing, however the issue seems to have been resolved. --- Mailing list: [email protected] Forum: http://forum.nuxeo.org/f/1/
