RE: Oracle OJB error

2005-12-13 Thread Ferrer, Eric
dependend error Caused by: java.sql.SQLException: Attempt to set Escape Processing after SQL is already processed still occurred. -Original Message- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: Monday, December 12, 2005 10:17 AM To: OJB Users List Subject: Re: Oracle OJB error Hi Eric

RE: Oracle OJB error

2005-12-12 Thread Ferrer, Eric
There is no Oracle error in the stack track or in the spy.log. -Original Message- From: Jakob Braeuchi [mailto:[EMAIL PROTECTED] Sent: Saturday, December 10, 2005 3:45 AM To: OJB Users List Subject: Re: Oracle OJB error hi eric, i'm looking for the sql exception with an oracle error

Re: Oracle OJB error

2005-12-12 Thread Armin Waibel
( PlatformOracleImpl.java:59) ... 44 more -Original Message- From: Jakob Braeuchi [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 1:54 PM To: OJB Users List Subject: Re: Oracle OJB error hi eric, i do not have an oracle installation here so i can only guess. but afaik ojb only sets

Re: Oracle OJB error

2005-12-10 Thread Jakob Braeuchi
) at org.apache.ojb.broker.platforms.PlatformOracleImpl.afterStatementCreate( PlatformOracleImpl.java:59) ... 44 more -Original Message- From: Jakob Braeuchi [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 1:54 PM To: OJB Users List Subject: Re: Oracle OJB error hi eric, i do not have an oracle

Re: Oracle OJB error

2005-12-09 Thread Jakob Braeuchi
hi eric, the error is caused by stmt.setEscapeProcessing(true) in the paltform: public void afterStatementCreate(Statement stmt) throws PlatformException { try { stmt.setEscapeProcessing(true); } catch (SQLException e) { throw

RE: Oracle OJB error

2005-12-09 Thread Ferrer, Eric
that is doing something Oracle does not want it to do? Thanks -Original Message- From: Jakob Braeuchi [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 1:29 PM To: OJB Users List Subject: Re: Oracle OJB error hi eric, the error is caused by stmt.setEscapeProcessing(true) in the paltform

Re: Oracle OJB error

2005-12-09 Thread Jakob Braeuchi
Braeuchi [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 1:29 PM To: OJB Users List Subject: Re: Oracle OJB error hi eric, the error is caused by stmt.setEscapeProcessing(true) in the paltform: public void afterStatementCreate(Statement stmt) throws PlatformException

RE: Oracle OJB error

2005-12-09 Thread Ferrer, Eric
- From: Jakob Braeuchi [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 1:54 PM To: OJB Users List Subject: Re: Oracle OJB error hi eric, i do not have an oracle installation here so i can only guess. but afaik ojb only sets the escapeProcessing. btw could you please post the oracle sql

Oracle OJB error

2005-12-08 Thread Ferrer, Eric
We recently started getting a weird error with OJB and we are trying to find out if its an Oracle specific issue or an OJB issue that would happen cross databases. We get from our logs OJB: Create new DBCP connection pool:[EMAIL PROTECTED] jcd-alias=SECURITY default-connection=false