From: Marco P. <mar...@cm...> - 2002-04-25 06:57:54
|
Gavin, nice to see that Hibernate is going to work to 1.0..... I am not so familiar with connection pooling, but i believe that PoolMan is also a nice implementation and widly used.. IMHO Hibernate could do with some more internal and external documentation... So to release version 1.0 on the documentation side things should be worked on.. ;-) Greetings -----Original Message----- From: Gavin_King/Cirrus%CI...@ci... [mailto:Gavin_King/Cirrus%CI...@ci...] Sent: donderdag 25 april 2002 6:18 To: hib...@li... Subject: [Hibernate-devel] version 0.9.9 released (please read) Finally!! Two things to note with this release: 1. I ended up changing the column name of the default HiLoGenerator after all (MySQL doesn't like "" in SQL statements.) Sorry to people impacted by this :( 2. I am experimenting with c3p0 connection pooling (http://sourceforge.net/projects/c3p0). This looks like a promising project though there are still some issues with the current version. I would very much appreciate if people could try it out and see how it functions in their deployed environments compared to the rudimentary connection pooling done by hibernate. (None of this is relevant to people using application server datasources, so please ignore it if you are.) To use c3p0, you need to set the usual properties you would need for DriverManager, along with: hibernate.c3p0.max_size hibernate.c3p0.min_size hibernate.c3p0.timeout hibernate.c3p0.max_statements Also, if anyone knows of any other good open source connection pool implementations, we can try to build in support for those other alternatives. (cirrus.hibernate.impl.ConnectionProvider abstracts the notion of a connection pool ... I might eventually move this interface and its implementors to a seperate package.) Enjoy! (and give feedback, please!) _______________________________________________ Hibernate-devel mailing list Hib...@li... https://lists.sourceforge.net/lists/listinfo/hibernate-devel |
From: Donnie H. <do...@ha...> - 2002-04-25 22:26:44
|
I'm using the commons-dbcp connection pool in my application w/ good results. It took about 15 minutes to get it going, and I haven't had any difficulties since. FWIW... Donnie > -----Original Message----- > From: hib...@li... > [mailto:hib...@li...]On Behalf Of > Gavin_King/Cirrus%CI...@ci... > Sent: Thursday, April 25, 2002 12:18 AM > To: hib...@li... > Subject: [Hibernate-devel] version 0.9.9 released (please read) > > > > Finally!! > > Two things to note with this release: > > 1. I ended up changing the column name of the default HiLoGenerator after > all (MySQL doesn't like "" in SQL statements.) Sorry to people impacted by > this :( > > 2. I am experimenting with c3p0 connection pooling > (http://sourceforge.net/projects/c3p0). This looks like a > promising project > though there are still some issues with the current version. I would very > much appreciate if people could try it out and see how it functions in > their deployed environments compared to the rudimentary connection pooling > done by hibernate. (None of this is relevant to people using application > server datasources, so please ignore it if you are.) > > To use c3p0, you need to set the usual properties you would need for > DriverManager, along with: > > hibernate.c3p0.max_size > hibernate.c3p0.min_size > hibernate.c3p0.timeout > hibernate.c3p0.max_statements > > Also, if anyone knows of any other good open source connection pool > implementations, we can try to build in support for those other > alternatives. (cirrus.hibernate.impl.ConnectionProvider abstracts the > notion of a connection pool ... I might eventually move this interface > and its implementors to a seperate package.) > > Enjoy! > > (and give feedback, please!) > > > _______________________________________________ > Hibernate-devel mailing list > Hib...@li... > https://lists.sourceforge.net/lists/listinfo/hibernate-devel > |
From: Brad C. <bra...@wo...> - 2002-04-25 22:32:41
|
PoolMan (http://www.codestudio.com) is no longer supported by its developer and we found that the last release had some issues. it may yet end up with the jakarta project (http://jakarta.apache.org/site/elsewhere.html#0305). brad > -----Original Message----- > From: Marco Pas [mailto:mar...@cm...] > Sent: Thursday, 25 April 2002 4:57 PM > To: 'Gavin_King/Cirrus%CI...@ci...'; > hib...@li... > Subject: RE: [Hibernate-devel] version 0.9.9 released (please read) >=20 >=20 > Gavin, >=20 > nice to see that Hibernate is going to work to 1.0.....=20 >=20 > I am not so familiar with connection pooling, but i believe=20 > that PoolMan is > also a nice implementation and widly used.. >=20 > IMHO Hibernate could do with some more internal and external > documentation... > So to release version 1.0 on the documentation side things=20 > should be worked > on.. ;-) >=20 > Greetings >=20 >=20 > -----Original Message----- > From: Gavin_King/Cirrus%CI...@ci... > [mailto:Gavin_King/Cirrus%CI...@ci...] > Sent: donderdag 25 april 2002 6:18 > To: hib...@li... > Subject: [Hibernate-devel] version 0.9.9 released (please read) >=20 >=20 >=20 > Finally!! >=20 > Two things to note with this release: >=20 > 1. I ended up changing the column name of the default=20 > HiLoGenerator after > all (MySQL doesn't like "" in SQL statements.) Sorry to=20 > people impacted by > this :( >=20 > 2. I am experimenting with c3p0 connection pooling > (http://sourceforge.net/projects/c3p0). This looks like a=20 > promising project > though there are still some issues with the current version.=20 > I would very > much appreciate if people could try it out and see how it functions in > their deployed environments compared to the rudimentary=20 > connection pooling > done by hibernate. (None of this is relevant to people using=20 > application > server datasources, so please ignore it if you are.) >=20 > To use c3p0, you need to set the usual properties you would need for > DriverManager, along with: >=20 > hibernate.c3p0.max_size > hibernate.c3p0.min_size > hibernate.c3p0.timeout > hibernate.c3p0.max_statements >=20 > Also, if anyone knows of any other good open source connection pool > implementations, we can try to build in support for those other > alternatives. (cirrus.hibernate.impl.ConnectionProvider abstracts the > notion of a connection pool ... I might eventually move this interface > and its implementors to a seperate package.) >=20 > Enjoy! >=20 > (and give feedback, please!) >=20 >=20 > _______________________________________________ > Hibernate-devel mailing list > Hib...@li... > https://lists.sourceforge.net/lists/listinfo/hibernate-devel >=20 > _______________________________________________ > Hibernate-devel mailing list > Hib...@li... > https://lists.sourceforge.net/lists/listinfo/hibernate-devel >=20 |
From: Patrick S. <psa...@co...> - 2002-04-26 09:27:43
|
Hi Guys, I hope this is the appropriate place to place this message; please let me know if not. I have created some hibernate classes for my web application. I am attempting to test them in Jbuilder JUnit test library. The issue I'm having is that that when I attempt to initialise my classes with (from memory): Hibernate.storeFile("mapping.xml"); It complains with an error. I can't remember the exact error, though from memory it was something to do with being unable to find the file. So, do I put it in the WEB-INF library, or should I put it in the directory for that that class? I have read the docs right through though there wasn't much mention of this. I get the feeling I'm missing something.. Thanks, Pat. |