-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: FYI: C3P0ConnectionProvider using undefined method
PostPosted: Tue Apr 27, 2004 2:59 pm 
Newbie

Joined: Mon Mar 29, 2004 7:10 pm
Posts: 16
Location: Minneapolis, MN/Topeka, KS
I just imported Hibernate 2.1.3 into my environment, and I got the following compilation error from net.sf.hibernate.connection.C3P0ConnectionProvider:

"The method destroy(DataSource) is undefined for the type DataSources."

This occurred both before and after I imported all the jar files into Eclipse.

_________________
Michael McConnell


Top
 Profile  
 
 Post subject: forgot to include method
PostPosted: Tue Apr 27, 2004 3:03 pm 
Newbie

Joined: Mon Mar 29, 2004 7:10 pm
Posts: 16
Location: Minneapolis, MN/Topeka, KS
This compilation error is in method:

Code:
public void close() {
   try {
--->DataSources.destroy(ds);
   }
   catch (SQLException sqle) {
     log.warn("could not destroy C3P0 connection pool", sqle);
   }
}

_________________
Michael McConnell


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 27, 2004 9:49 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 12:50 pm
Posts: 5130
Location: Melbourne, Australia
upgrade to the latest version of c3p0, the one that is included in the distribution


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.