Error creating jsp-page instance

2002-05-21 Thread Ramadevi . Lanka
Hi, I am using Oracle9ias which uses OC4j(Oracle Containers for J2EE) which is inturn uses Orion Application Server. For some of the JSPs I am getting the following error: 500 Internal Server Error Error parsing JSP page /gpf/jsp/costcenter/gpfCostCenterDetails.jsp Error creating jsp-page

Questions about commits and orion datasource connection pooling....

2002-05-21 Thread Keith Kwiatek
Hello, I have some jsp's that are using orion's connection pooling. When a jsp page opens the db connection (oracle) through the connection pool, is it dedicated to that particular jsp page? Another jsp couldn't issue a commit or rollback and somehome impact another jsp's transactions, correct?

RE: Questions about commits and orion datasource connection pooling....

2002-05-21 Thread Juan Pablo Lorandi
That's correct AFAIK, and applies to all connection pooling schemas(JDBC, ODBC, you name it) but on most recent versions, the driver will pool the connections itself, not Orion. Anyhow, you got most of it right, except that another jsp page instance may vote in a different connection. No sweat

Re: How do you tell orion not to autocommit?

2002-05-21 Thread Keith Kwiatek
But I am using connection pooling I tried this and it does not seem to work... is it something I have to set with the connection pool? Thanks, Keith - Original Message - From: Juan Pablo Lorandi [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, April 17, 2002