Re[2]: esql exception

2003-06-05 Thread Vasil I. Yaroshevich
>> 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

Re: esql exception

2003-06-05 Thread Christian Haul
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

esql exception

2003-06-05 Thread Vasil I. Yaroshevich
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

Re: ESQL exception problem

2002-11-20 Thread Christian Haul
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

ESQL exception problem

2002-11-19 Thread Leszek Gawron
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