hi all,

anybody are using connection pool for jdbc ?
i am using "com.javaexchange.dbConnectionBroker" class in a Bean
on JSWDK it's work, but on iPlanet 4.1 don�t work

error in log is: Cannot create bean of class ...
the default constructor is:
--
public DbBean() throws IOException {
  DbBroker = new 
ConnectionBroker(DbDriver,DbURL,usuario,password,minCon,maxCon,"DbBean.log",0.01) ;
}
--
i am using jar files, the classpath is ok ... (??)

anybody are the same problem?
or know other solutions for connection pool?

regards,
--
Antonio Jimenez Alfaro
Departamento Tecnico
-------------------------------------------------------------
Internet Systems S.A.             mailto:[EMAIL PROTECTED]
Doctor Esquerdo, 10 4� planta     http://www.intersys.es
28028 MADRID                      Tel. +34 914.013.325
SPAIN                             Fax  +34 914.015.689
-------------------------------------------------------------

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to