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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


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.

Reply via email to