Folks, when I call an Oracle Stored Procedure with SQLTransformer the DBMS refuses to execute it (lamenting a parsing error) if I don't put the call on one line.
Needless to say, it worked fine up to 2.0.2. My configuration: - Windows 2000 Pro SP3 - JDK 1.3.1 - Tomcat 4.0.1 - Cocoon 2.0.3 - Oracle 8.1.7 To sum it up: begin UMan.Logon('ammini', 'ammini', ?, ?, ?, ?, ?); end; works begin UMan.Logon('ammini', 'ammini', ?, ?, ?, ?, ?); end; doesn't... it gives: ERROR (2002-09-30) 23:37.34:339 [sql.transformer.sql] (/cerbero-dev/login-execute.html) Ajp13Processor[8009][4]/SQLTransformer$Query: Caught a SQLException java.sql.SQLException: ORA-06550: riga 1, colonna 27: PLS-00103: ... Best regards, --------------------------------------------- Luca Morandini GIS Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lmorandini/index.html --------------------------------------------- --------------------------------------------------------------------- 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]>