Hi Ugo,

        Are you still experiencing this problem ? The prefs example works
        fine in my environment (which latest patches are those that you
        mention?).
        
        Cheers,
        
        Marcus
        
On Mon, Dec 02, 2002 at 05:23:10PM +0100, Ugo Cei wrote:
> The "User Preferences" control flow sample in the current CVS HEAD (plus 
> the latest patches from Ovidiu) seems to be broken. Here is a snippet 
> from the error page that comes up whenever you click on the "Register 
> User" link.
> 
>       Ugo
> 
>  The org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode 
> notifies that org.apache.cocoon.ProcessingException says:
> 
> Failed to execute pipeline.
> 
> More precisely:
> 
> org.apache.cocoon.ProcessingException: Failed to execute pipeline.: 
> org.apache.cocoon.ProcessingException: Language Exception: 
> org.apache.cocoon.components.language.LanguageException: Error compiling 
> userInfo_xsp:
> ERROR 1 
> 
>(/usr/local/jakarta-tomcat-4.1.12/work/Standalone/localhost/cocoon/cocoon-files/org/apache/cocoon/www/samples/flow/examples/prefs/pages/userInfo_xsp.java):
> ...
> if (false) {
> }
> 
> else if ((((__jxpathResult =
> 
> // start error (lines 425-425) " variable jxpath_checkandfirstName not 
> found in class 
> org.apache.cocoon.www.samples.flow.examples.prefs.pages.userInfo_xsp"
> jxpath_checkandfirstName
> 
> // end error
> .getValue(jxpathContext))
> instanceof Boolean)
> && ((Boolean)__jxpathResult).booleanValue() == true)
> || (!(__jxpathResult instanceof Boolean)
> 
> ...
> ERROR 2 
> 
>(/usr/local/jakarta-tomcat-4.1.12/work/Standalone/localhost/cocoon/cocoon-files/org/apache/cocoon/www/samples/flow/examples/prefs/pages/userInfo_xsp.java):
> ...
> if (false) {
> }
> 
> else if ((((__jxpathResult =
> 
> // start error (lines 543-543) " variable jxpath_checkandlastName not 
> found in class 
> org.apache.cocoon.www.samples.flow.examples.prefs.pages.userInfo_xsp"
> jxpath_checkandlastName
> 
> // end error
> .getValue(jxpathContext))
> instanceof Boolean)
> && ((Boolean)__jxpathResult).booleanValue() == true)
> || (!(__jxpathResult instanceof Boolean)
> 
> ...
> ERROR 3 
> 
>(/usr/local/jakarta-tomcat-4.1.12/work/Standalone/localhost/cocoon/cocoon-files/org/apache/cocoon/www/samples/flow/examples/prefs/pages/userInfo_xsp.java):
> ...
> if (false) {
> }
> 
> else if ((((__jxpathResult =
> 
> // start error (lines 661-661) " variable jxpath_checkandemail not found 
> in class 
> org.apache.cocoon.www.samples.flow.examples.prefs.pages.userInfo_xsp"
> jxpath_checkandemail
> 
> // end error
> .getValue(jxpathContext))
> instanceof Boolean)
> && ((Boolean)__jxpathResult).booleanValue() == true)
> || (!(__jxpathResult instanceof Boolean)
> 
> ...
> ERROR 4 
> 
>(/usr/local/jakarta-tomcat-4.1.12/work/Standalone/localhost/cocoon/cocoon-files/org/apache/cocoon/www/samples/flow/examples/prefs/pages/userInfo_xsp.java):
> ...
> if (false) {
> }
> 
> else if ((((__jxpathResult =
> 
> // start error (lines 779-779) " variable jxpath_checkandlogin not found 
> in class 
> org.apache.cocoon.www.samples.flow.examples.prefs.pages.userInfo_xsp"
> jxpath_checkandlogin
> 
> // end error
> .getValue(jxpathContext))
> instanceof Boolean)
> && ((Boolean)__jxpathResult).booleanValue() == true)
> || (!(__jxpathResult instanceof Boolean)
> 
> ...
> ERROR 5 
> 
>(/usr/local/jakarta-tomcat-4.1.12/work/Standalone/localhost/cocoon/cocoon-files/org/apache/cocoon/www/samples/flow/examples/prefs/pages/userInfo_xsp.java):
> ...
> if (false) {
> }
> 
> else if ((((__jxpathResult =
> 
> // start error (lines 897-897) " variable jxpath_checkandpassword not 
> found in class 
> org.apache.cocoon.www.samples.flow.examples.prefs.pages.userInfo_xsp"
> jxpath_checkandpassword
> 
> // end error
> .getValue(jxpathContext))
> instanceof Boolean)
> && ((Boolean)__jxpathResult).booleanValue() == true)
> || (!(__jxpathResult instanceof Boolean)
> 
> ...
> ERROR 6 
> 
>(/usr/local/jakarta-tomcat-4.1.12/work/Standalone/localhost/cocoon/cocoon-files/org/apache/cocoon/www/samples/flow/examples/prefs/pages/userInfo_xsp.java):
> ...
> this.characters("\n\n ");
> 
> 
> __jxpathResult =
> 
> // start error (lines 1050-1050) " variable jxpath_cancel not found in 
> class org.apache.cocoon.www.samples.flow.examples.prefs.pages.userInfo_xsp"
> jxpath_cancel
> 
> // end error
> .getValue(jxpathContext);
> if ((__jxpathResult instanceof Boolean
> && ((Boolean)__jxpathResult).booleanValue() == true)
> || (!(__jxpathResult instanceof Boolean)
> 
> ...
> Line 425, column 4: variable jxpath_checkandfirstName not found in class 
> org.apache.cocoon.www.samples.flow.examples.prefs.pages.userInfo_xsp
> Line 543, column 4: variable jxpath_checkandlastName not found in class 
> org.apache.cocoon.www.samples.flow.examples.prefs.pages.userInfo_xsp
> Line 661, column 4: variable jxpath_checkandemail not found in class 
> org.apache.cocoon.www.samples.flow.examples.prefs.pages.userInfo_xsp
> Line 779, column 4: variable jxpath_checkandlogin not found in class 
> org.apache.cocoon.www.samples.flow.examples.prefs.pages.userInfo_xsp
> Line 897, column 4: variable jxpath_checkandpassword not found in class 
> org.apache.cocoon.www.samples.flow.examples.prefs.pages.userInfo_xsp
> Line 1050, column 4: variable jxpath_cancel not found in class 
> org.apache.cocoon.www.samples.flow.examples.prefs.pages.userInfo_xsp
> Line 0, column 0:
> 6 errors
> 
> 
> -- 
> Ugo Cei - Consorzio di Bioingegneria e Informatica Medica
> P.le Volontari del Sangue, 2 - 27100 Pavia - Italy
> Phone: +39.0382.525100 - E-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 

-- 
        .....
     ,,$$$$$$$$$,      Marcus Crafter
    ;$'      '$$$$:    Computer Systems Engineer
    $:         $$$$:   ManageSoft GmbH
     $       o_)$$$:   82-84 Mainzer Landstrasse
     ;$,    _/\ &&:'   60327 Frankfurt Germany
       '     /( &&&
           \_&&&&'
          &&&&.
    &&&&&&&:

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to