Thanks, Mark - for now I'm trying Tomcat-only pooling (first part of
that aforementioned wiki page) just hoping I can get a datasource
connection...if that works I may go on to the Hib/c3p0 bit.
- Jeff
On 5/14/10 3:19 PM, Mark Eggers wrote:
I'm not familiar with the earlier versions of Hibern
I'm not familiar with the earlier versions of Hibernate, so I can't reliably
comment.
However, the principles should be the same even if some of the names have
changed.
If you are relying on Hibernate for database connections and database pooling,
then you'll want to put all of that informatio
> From: Jeff Hubbs [mailto:jhubbsl...@att.net]
> Subject: Re: Porting app from Tomcat 5.0.28 to 6.0.26
>
> Did Tomcat sprout this ability during the years between
> 5.0.28 and 6.0.26
No, Tomcat has done DB connection pooling for ages.
> should I abandon c3p0 entirely?
Pro
> From: Jeff Hubbs [mailto:jhubbsl...@att.net]
> To: Tomcat Users List
> Subject: Re: Porting app from Tomcat 5.0.28 to 6.0.26
>
> Also, this wiki says " Hibernate ships with the CP30 connection pooling
> classes, so as long as the Hibernate jars are in WEB-INF/lib directo
Also, this wiki says " Hibernate ships with the CP30 connection pooling
classes, so as long as the Hibernate jars are in WEB-INF/lib directory
(which they should be), they should be available. " Was that also true
as of Hibernate 2.1b6?
On 5/14/10 9:48 AM, Jeff Hubbs wrote:
Thanks, Mark - th
Thanks, Mark - this is useful but it also raises more questions for me...
This page specifically mentions " Tomcat's database connection pool" -
distinct from Hibernate's and I assume distinct from c3p0. Did Tomcat
sprout this ability during the years between 5.0.28 and 6.0.26, and if
so, sho
On 13/05/2010 20:55, Jeff Hubbs wrote:
> Hello -
Please start an entirely new message when posting to the list rather
than editing a reply to another email. This is called thread-hijacking.
p
> I have a DB2-backed legacy app on a legacy platform that I'm trying to
> modernize. My objective is
Here's a link from the Tomcat Wiki.
http://wiki.apache.org/tomcat/TomcatHibernate
The bottom portion of the document explains how to use Hibernate to manage
database pooling instead of Tomcat.
I hope it gives you some leads.
. . . . just my two cents
/mde
--- On Thu, 5/13/10, Jeff Hubbs wro