We are having application in
java which run for more than 1 hour.
We are using stateless CMP bean.Oracle is the Database.
We are having lot of database hits and the connection pooling is used.We are closing all the statements/prepared statements.
All the connections are closed after firing the queries.
The application hangs after some time.The Web server does not respond to any request after that.
Any pointers will be helpful.