Problem in using connection pool in servlet

2001-07-06 Thread Bikash Paul
Hi all friends, I have a problem with my connection pooling using in servlet.Iam using weblogic6.0 server I create one connetionpool name "Dear" in console of weblogic server(url=jdbc:weblogic:pool:biku(biku is my DSN name)Driver class=weblogic.jdbc.pool.Driver In key=value section user="sa" pass

Problem in using connection pool in servlet

2001-07-06 Thread Bikash Paul
Hi all friends, I have a problem with my connection pool in servlet when i enter some data in database(sqlserver7.0)server(weblogic6.0)giving error(Error from statement:java.lang.NullpointerException).any help will be highly appreciated.Following r my codes:- import java.io.*; import javax.serv

Re: Problem in using connection pool in servlet

2001-07-06 Thread Sam Newman
Without the full stack trace of the null pointer exception, its going to be very hard for us to spot the problem.. - Original Message - From: "Bikash Paul" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 06, 2001 10:04 AM Subject: Problem in using conn