RE: [hibernate-dev] hibernate-extras

2007-11-13 Thread Schuler, Peter
I stand with Michael about introduction of a hibernate-extra jar-file. I use the DB2400 and 390 dialect a lot and we have had a hard time getting our mainframe sysadmins to allow Hibernate on their precious mainframe. Physically removing these crucial parts to another jar file labelled as

Re: [hibernate-dev] hibernate-extras

2007-11-13 Thread Steve Ebersole
On Monday 12 November 2007 09:28:12 pm Diego Pires Plentz wrote: Btw, talking on dialects, I've started to talk with Postgre developers http://opensource.atlassian.com/projects/hibernate/browse/HHH-2942 They asked for a way to dynamically add functions to the dialect, doing some query's on

Re: [hibernate-dev] hibernate-extras

2007-11-13 Thread Steve Ebersole
On Tuesday 13 November 2007 06:19:46 am Schuler, Peter wrote: I stand with Michael about introduction of a hibernate-extra jar-file. I use the DB2400 and 390 dialect a lot and we have had a hard time getting our mainframe sysadmins to allow Hibernate on their precious mainframe. Physically

Re: [hibernate-dev] hibernate-extras

2007-11-13 Thread Max Rydahl Andersen
Also, how do we jive this with Max's need to build a SessionFactory which does not have access to the underlying database for tools usage? Max, this would depend on how you use these SessionFactories, and the Dialect associated with it. My main issue with database connections for