Vasil I. Yaroshevich wrote:
Hello!

For this xsp:

<xsp:page language="java"
    xmlns:xsp="http://apache.org/xsp";
    xmlns:util="http://apache.org/xsp/util/2.0";
    xmlns:esql="http://apache.org/cocoon/SQL/v2";>
    <root><util:time format="EE"/>
        <esql:connection>
            <esql:pool>tivoli</esql:pool>
            <esql:execute-query>
<esql:query>select id from articles</esql:query>
            <esql:results><results/></esql:results>
            <esql:no-result><no-results/></esql:no-result>
            <esql:error-results>
                <error><message><esql:get-message/></message></error>
            </esql:error-results>
</esql:execute-query>
        </esql:connection>
     </root>
</xsp:page>

I get follows exception
org.apache.cocoon.ProcessingException: Language Exception:
org.apache.cocoon.components.language.LanguageException: Error compiling test_xsp:
Line 364, column 58: method valueOf() not found in class java.lang.String


What's wrong?

See above.


Christian

--
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08


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



Reply via email to