[Hibernate] Schema Update on the fly is wacked

2003-10-06 Thread Travis Reeder
Is this thing being worked on or I should I revert to the crossdb version that actually worked? Travis --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___

Re: [Hibernate] DBCP Connection Pooling

2003-08-28 Thread Travis Reeder
Ya, c3p0 is better anyways. And Steve is always ready to help. Travis Gavin King wrote: I think its better to direct these questions to the dbcp guys; dbcp is, as is usual for Jakarta stuff, extremely undocumented - but _someone_ must know the answers to these questions. I *don't*; I'

Re: [Hibernate] Connection Pooling / Connection Validation - best practices?

2003-08-27 Thread Travis Reeder
sure if hibernate supports the idleConnectionTestPeriod property yet though, but if not, it probably should. The problem you are having is that mySQL invalidates connections after 8 hours of no use or something. Travis Dave Tilley wrote: Ok, So it seems to me that to use C3P0, you mus

[Hibernate] Incremental schema update

2003-08-14 Thread travis
Is this what I should use for having hibernate create and alter the database for me? And if so, can it be turned on through a property rather than having to change code to do it? Travis Reeder Space Program http://www.spaceprogram.com

FW: RE: RE: [Hibernate] int ids for mysql

2002-12-11 Thread travis
mit. Might also want to add this to hibernate.properties. # Use MySQLDialectInt if you want to use int id fields in your classes instead of long #hibernate.dialect cirrus.hibernate.sql.MySQLDialectInt Travis Original Message From: Gavin King <[EMAIL PROTECTED]> Sent: 2002-12-1

[Hibernate] int ids for mysql

2002-12-11 Thread travis
setIdentifier. 2. Have another MysqlDialect or whatever it is that makes the ids longs in the first place. Have MysqlDialectInt or something. Not sure if these are possible or what, just throwing out some ideas. Travis --- This sf.net email is