RE: BasicDAOImplementation
"Peyathevar, Santhi {PCNA}" <[email protected]>
| Newsgroups | gmane.comp.java.mvc.devel |
|---|---|
| Message-ID | <[email protected]> |
I have not looked at the code. But usually, If there is a connection pool in place (through JNDI / otherwise), 'close connection' means 'release to the pool'. It is the pool manager's responsibility to really close or keep it in pool Santhi.P