Re: [Hibernate] DTDs

2005-01-09 Thread Gavin King
Well, after I posted this, I realized the DTD is there, hidden deep inside the src dir Emmanuel Bernard wrote: +1 Gavin King wrote: Guys, I think we should include the hibernate dtds somewhere else in the download other than just the jar. Perhaps the etc dir? Just to make it easier to refer

Re: [Hibernate] HQL/EJBQL built-in functions

2005-01-09 Thread Gavin King
Joshua Davis wrote: Did you add current_date, current_time, and current_timestamp as keywords, or as specially interpreted identifiers (i.e. semantic actions only)? I added them as keywords. -- Gavin King +61 410 534 454 +1 404 822 8349 callto://gavinking Hibernate [EMAIL PROTECTED] http://hibern

Re: [Hibernate] HQL/EJBQL built-in functions

2005-01-09 Thread Gavin King
OK, understood, I will throw away that stuff. Joshua Davis wrote: What I'm getting at is that adding new keywords should only be added when it's absolutely necessary. New keywords can break upward compatibility and make it difficult to extend the language later. Joshua Davis wrote: upper(x) an

[Hibernate] Oracle and Hibernate session problem

2005-01-09 Thread Bernard Lim
Hi, I am creating test cases for my application using Hibernate to connect to an Oracle database. Each test case creates a Hibernate session and query data from the Oracle database. After 10 test cases are run, JUnit hangs. Tried this with 8i, 9i, and 10g. Same result. Has anyone encountered thi