On 12.Apr.2002 -- 02:00 AM, Michael Raffenberg wrote:
> Hi,
>    I am using C2.0.1 with JDK1.3.1 and TOmcat 4.0.3
>    I have problems with calling oracle stored procedures from ESQL.
>    I have this simple Code:
>      <esql:execute-query>
>        <esql:call>
>          {call sp_proc(<esql:parameter direction="inout" 
>type="String">bullshit</esql:parameter>)}
>        </esql:call>
>        <esql:call-results>
>          <esql:results>
>            <esql:result>
>              <esql:get-string column="1" from-call="true"/></esql:result>
>            </esql:results>
>          </esql:call-results>
>      </esql:execute-query>
> 
>      ,followed by this error:
> Language Exception
> 
> More precisely:
> 
> org.apache.cocoon.ProcessingException: Language Exception: 
>org.apache.cocoon.components.language.LanguageException: Error compiling 
>Merci_Dics_xsp:
> Line 463, column -1: inconvertible types
> Line 0, column 0:

Could you please show us the code around line 463?
(Merci_Dics_xsp.java)

        Chris.

-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to