I would rather esql copied the type from <esql:parameter direction="out" type="oracle.jdbc.driver.OracleTypes.CURSOR"/> directly into the generated code than use reflection as in EsqlQuery.getType() to get the int value (this is a change made after cocoon-2.0.3). The generated code is DBMS specific either way so there is nothing wrong with it referencing a DBMS specific class.
SQLTransformer has to use reflection because its acting as an interpreter and executing the queries directly rather than generating code to do so. Regards, Neil. --------------------------------------------------------------------- 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]>