>> 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?
CH> See above.
M
Vasil I. Yaroshevich wrote:
Hello!
For this xsp:
http://apache.org/xsp";
xmlns:util="http://apache.org/xsp/util/2.0";
xmlns:esql="http://apache.org/cocoon/SQL/v2";>
tivoli
select id from articles
Hello!
For this xsp:
http://apache.org/xsp";
xmlns:util="http://apache.org/xsp/util/2.0";
xmlns:esql="http://apache.org/cocoon/SQL/v2";>
tivoli
select id from articles
Leszek Gawron wrote:
I know that including in prevents from
throwing exceptions. The problem is that if the database is unreachable the
RuntimeExceptions is throw by esql and this one is not caught by
errors-results. So if you want to manage all esql errors you should do sth
like:
[...]
so y
I know that including in prevents from
throwing exceptions. The problem is that if the database is unreachable the
RuntimeExceptions is throw by esql and this one is not caught by
errors-results. So if you want to manage all esql errors you should do sth
like:
try {
cdn