[ 
http://issues.apache.org/jira/browse/COCOON-1815?page=comments#action_12442125 
] 
            
Frédéric Glorieux commented on COCOON-1815:
-------------------------------------------


   [[ Old comment, sent by email on Mon, 29 May 2006 11:00:54 +0200 ]]


Thanks for others, but for testing, sorry, I can't find time for now, 
I'm on other projects (in PHP :o( )




-- 
FrC)dC)ric Glorieux (AJLSM, http://ajlsm.com)


> CopySourceAction generate NPE
> -----------------------------
>
>                 Key: COCOON-1815
>                 URL: http://issues.apache.org/jira/browse/COCOON-1815
>             Project: Cocoon
>          Issue Type: Bug
>          Components: * Cocoon Core
>    Affects Versions: 2.1.8
>            Reporter: Frédéric Glorieux
>         Assigned To: Antonio Gallardo
>            Priority: Minor
>             Fix For: 2.2-dev (Current SVN), 2.1.10-dev (current SVN)
>
>
> <http://www.mail-archive.com/[email protected]/msg01586.html>
> In some circumstances, with internal sources (cocoon:/), 
> org/apache/cocoon/acting/copySource.java 
> <http://svn.apache.org/viewcvs.cgi/cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/acting/CopySourceAction.java?rev=30932&view=markup>
> copy-source action generate NPE in Console (nothing seems broken)
> Source objects needs to be released
> Code may be shorter with usage of excalibur SourceUtil to copy sources
>         try {
>             org.apache.excalibur.source.SourceUtil.SourceUtil.copy(src, dest);
>         } finally {
>             resolver.release(src);
>             resolver.release(dest);
>         }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to