Re: Problems using Tomcat 7 connection pool to PostgreSQL with Axis2
Andreas Veithen <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <CADx4_uWXUOiK5pU72c61gJtaBgiGcvNgsVUjJGs066h-goJzSg@mail.gmail.com> |
> This might give you some light. > > http://www.developer.com/db/article.php/3735771/Exposing-a-Database-as-a-Web-Service.htm > > Deepal Darren said that he is using a connection pool, not the DriverManager API. In that case, you manage connections differently than the pattern shown in your article. If you use that pattern together with a container managed connection pool, then it becomes an anti-pattern. Andreas