Re: ESQL Oracle StoredProcedues

2002-04-15 Thread Christian Haul
On 15.Apr.2002 -- 02:17 PM, Michael Raffenberg wrote: > OK, once again. Here is actual code: > > >{call cocoon_proc(type="String">'123')} > > > > > > > > > returns: > org.apache.cocoon.ProcessingException: Language Excep

Re: ESQL Oracle StoredProcedues

2002-04-15 Thread Michael Raffenberg
OK, once again. Here is actual code: {call cocoon_proc('123')} returns: org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.LanguageException: Error compiling Merci_Dics_xsp:

Re: ESQL Oracle StoredProcedues

2002-04-15 Thread Christian Haul
On 13.Apr.2002 -- 02:25 PM, Michael Raffenberg wrote: > >org.apache.cocoon.ProcessingException: Language Exception: >org.apache.cocoon.components.language.LanguageException: Error compiling >Merci_Dics_xsp: > >Line 470, column -1: inconvertible types > >Line 0, column 0: > >1 errorHere is the co

Re: ESQL Oracle StoredProcedues

2002-04-13 Thread Michael Raffenberg
>org.apache.cocoon.ProcessingException: Language Exception: >org.apache.cocoon.components.language.LanguageException: Error compiling >Merci_Dics_xsp: >Line 470, column -1: inconvertible types >Line 0, column 0: >1 errorHere is the code: Here is Code from Merci_dics_xsü.java 464-493 // nested

Re: ESQL Oracle StoredProcedues

2002-04-12 Thread Christian Haul
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: > > > {call sp_proc(type="String">bullshit)} > >