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>select id from articles</esql:execute-
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: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?
--
Best regards,
Vasil mailto:[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]