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 2003/01/29 17:02:06 UTC

DO NOT REPLY [Bug 16545] New: - Logicsheet embedded in used-defined logicsheet does not get compiled

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=16545>.
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=16545

Logicsheet embedded in used-defined logicsheet does not get compiled

           Summary: Logicsheet embedded in used-defined logicsheet does not
                    get compiled
           Product: Cocoon 2
           Version: 2.0.4
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: core
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: durdina@asset.sk


The problem occurred in xsp page with user-defined logicsheet mylogic.xsl, 
which contains tags to other logicsheet (to esql.xsl) instead of Java code. The 
compilation proceeds normally by adding logicsheets to the list, remembering 
their dependencies and applying them in the right order. Sometimes, however, 
the embeded logicsheet does not get applied (like if it would not be detected 
or had mistakenly declared namespace). The result is invalid java code, which 
outputs xml elements like <esql:connection> etc.

This problem occurs only in critically low memory condition. There is nothing 
significant in logs to be seen, no exception, no debug warning. Probably some 
low-level exception is suspended by Cocoon when applying logicsheets to xsp 
source code.

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org