| Joined: Thu Jan 06, 2005 4:25 pm
 Posts: 12
 Location: Redwood City, CA
 | 
				
					| Hi,
 I'm trying to implement a custom ConnectionProvider class so I can use a proprietary connection pool that does not otherwise adhere to J2EE conventions.
 
 The problem I'm having is that my class can't have a no-argument constructor because I need to pass in a variety of proprietary arguments to create the connection pool.
 
 Is there a way I can construct the connection pool object programatically and pass the finished object to Hibernate (rather than just declare the class name in the configuration file)?
 
 Thanks,
 Frank
 
 
 |  |