Dear listmembers,
I have switched a running Cocoon sytem from the use of a MYSQL db to IBMs
DB2 7.2
Since that one many of my xsps generate the following error message:
------------------------------------------------------------------------
org.apache.cocoon.ProcessingException: Exception in
ServerPagesGenerator.generate(): java.lang.RuntimeException: Error getting
clob data: [IBM][JDBC-Treiber] CLI0611E Ung�ltiger Spaltenname.
SQLSTATE=S0022
I have checked the java sources of the xsp. The line which generates the
error says:
----------------------------------------------------------------------------
--------
xspAttr.addAttribute(
"",
"OBERRUBRIK",
"OBERRUBRIK",
"CDATA",
String.valueOf(
EsqlHelper.getAscii(_esql_query.getResultSet(),"o.titel") )
);
Maybe you have seen this problem before. Who can help?
Robert
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>