You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/02/09 14:45:05 UTC

DO NOT REPLY [Bug 26791] New: - o.a.c.c.l.p.j.JavaLanguage, incorrect disposal

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26791>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26791

o.a.c.c.l.p.j.JavaLanguage, incorrect disposal

           Summary: o.a.c.c.l.p.j.JavaLanguage, incorrect disposal
           Product: Cocoon 2
           Version: 2.1.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: core
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: m_rolappe@web.de
                CC: m_rolappe@web.de


symptoms: 'unreleased component' warnings in core.log

cause: ClassLoaderManager is looked up in compose/service, but overwritten in
parameterize (if config/params specified) with an instance created with
ClassUtils.newInstance(). thus, the first one looked up is unused and also can't
be correctly released/disposed in dispose.

the applied patch resolves the problem.