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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]