You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Hubert NEOtyk Iwaniuk <hu...@office.ferienwelt.com.pl> on 2001/08/13 15:52:22 UTC

[C1]: ESQL pool connection

Hi
when i try connecting to my db i get this error:
java.lang.RuntimeException: Error opening pooled connection: default:
Database type org.postgresql.Driver not implemented.
xml is:
  <esql:connection>
   <esql:pool>default</esql:pool>
    ...
  </esql:connection>

when i used same config, not in pooled connection but in:
  <esql:connection>
   <esql:driver>org.postgresql.Driver</esql:driver>
   <esql:dburl>jdbc:postgresql://localhost:5432/dbname</esql:dburl>
   <esql:username>dbuser</esql:username>
   <esql:password>dbpass</esql:password>
   ...
  </esql:connection>
it's working just as expected.

Why is that so, and how to use pooled connection?

Thanks in advance,
Hubert.




---
Ausgehende Mail ist zertifiziert virenfrei.
Uberpruft durch AVG Antivirus System (http://www.grisoft.com/de).
Version: 6.0.265 / Virendatenbank: 137 - Erstellungsdatum: 2001-07-18


---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>