RE: Barracuda: DefaultApplicationAssembler unable to find the assembly-descriptor file
Vas Skrypnyk <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <31177387.1039219251019.JavaMail.root@babel> |
Hi Chris, Sorry to have abandoned the issue. As it usually goes, I have been distracted by my employers... The trial version of JProfiler which helped me determine memory leakage on importNode() call has run out of its trial period, so I am w/o a profiling tool right now. I have updated the code from the cvs (a couple of weeks old as of now). You pointed out that it's probably one of three: 1. DefaultDOMLoader 2. BTemplateViewHandler 3. TemplateHelper I thought to stall the problem in the root by replacing DefaultDOMLoader with my own class loading code that leaves nothing behind. I figured that if the xxxHTML.class is loaded by me and released by me then any leaks in Template code will go away along with the DOM object. But, puzzlingly, they don't. I am still experiencing a leak (pretty rapid too). Do you have any ideas and/or have you found anything so far? Cheers, --Bill. _______________________________________________ Barracuda mailing list [email protected] http://www.enhydra.org/mailman/listinfo.cgi/barracuda FAQ - http://www.jguru.com/faq/Barracuda