RE: Esql and Oracle Functions

2003-10-10 Thread Martin Samm
referenced by SQL statements must not contain the OUT parameter. If anyone has any other ideas ...? -Original Message- From: Martin Samm [mailto:[EMAIL PROTECTED] Sent: 09 October 2003 15:52 To: [EMAIL PROTECTED] Subject: RE: Esql and Oracle Functions i haven't used ESQL, but getting

RE: Esql and Oracle Functions

2003-10-09 Thread Martin Samm
i haven't used ESQL, but getting the result of a function should be the same as performing a select. E.g. select 1 from dual For a function it would be select package.function(param1,param2,...) from dual; Then retrieve the first column (getInt(1), say in JDBC) as you would with the column

RE: Cocoon 1.8.2

2003-10-07 Thread Martin Samm
sound the answer to this in the archives. In the file cocoon.properties your project is using, change the lines (starting around line 163) processor.xsp.logicsheet.X.java = resource://path/to/a/file.xsl Change the 'resource://path...' to 'file://...' Extract the various XSL files

Tomcat 4.1.24 and Cocoon 1.8.2

2003-10-03 Thread Martin Samm
at org.apache.cocoon.framework.Manager.create(Manager.java:124) etc, etc I'd like to stick with the latest stable Tomcat, but i don't if it's do-able Thanks Martin Samm - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail