• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

connection pool problem

 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am having a LibPool class which is calling the ConnectionPool class.
The codes are as follows

This is for LibPool and the following is for ConnectionPool class

Now I am calling this in JSP like this

To free the connection,

Now, Everything is working fine but sometimes I think the POOL object becomes NULL at random intervals inspite of being declared STATIC
The backend I am using is MSSQLServer2000 and server is weblogic 6.1

thanks
gaurav
 
Everybody! Do the Funky Monkey! Like this tiny ad!
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic