Re: OJB configuration problem on jboss

2005-10-26 Thread Zhou Neil Jianguo
ion [EMAIL PROTECTED] > > - ERROR [JdbcAccessImpl] SQLException during the execution of the SQL > > query: SELECT xxx FROM xxx WHERE xxx, message is: ORA-01008: not all > > variables bound > > > > thanks, > > Neil > > > > -Original Message- >

Re: OJB configuration problem on jboss

2005-10-26 Thread Armin Waibel
26, 2005 4:29 PM To: OJB Users List Subject: Re: OJB configuration problem on jboss Hi Neil, this is a really strange error, seems that Oracle detect an objectionable number of bound variables in a prepared statement. You said that this error message doesn't arise in Resin+Oracle, thus

RE: OJB configuration problem on jboss

2005-10-26 Thread Neil Jianguo Zhou
SQL query: SELECT xxx FROM xxx WHERE xxx, message is: ORA-01008: not all variables bound thanks, Neil -Original Message- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005 4:29 PM To: OJB Users List Subject: Re: OJB configuration problem on jboss Hi Neil,

Re: OJB configuration problem on jboss

2005-10-26 Thread Armin Waibel
Hi Neil, this is a really strange error, seems that Oracle detect an objectionable number of bound variables in a prepared statement. You said that this error message doesn't arise in Resin+Oracle, thus it can't be a problem of OJB's sql generator. Does always the same error occur (same sql s