[Hibernate] AST parser for HQL

2003-12-08 Thread Joshua Davis
Title: Message Hibernate programmers,   I've made some progress with the HQL parser, so here's an update:   Design decisions: 1) Use ANTLR to generate the parser.  It has a compatible Open Source licence, and adds only one new library dependency. 2) Use a three phase design:  parse/analyze/ge

RE: [Hibernate] AST grammar for HQL

2003-12-08 Thread Joshua Davis
> -Original Message- > From: Gavin King [mailto:[EMAIL PROTECTED] > Sent: Friday, December 05, 2003 8:48 AM > > BTW, Is there some interface I should use to generate the alias > > symbols (e.g. 'bar_' in the previous example)? > > In the current Hibernate 2.1 CVS, this is done by > Load

RE: [Hibernate] Re: Documentation error for ehCache

2003-12-08 Thread Eric Pugh
Thanks for fixing the bugs. If I just want Time to Idle, then I should just set the time to live value to 0 I assume? Also, I noticed the unit tests for tmpdir fail on windows. The test assumes the value coming back will be /tmp, but instead it is my c:\documents and settings... blah blah..\tem

[Hibernate] Re: Documentation error for ehCache

2003-12-08 Thread Greg Luck
I have corrected the documentation error mentioned. Time to Live means the amount of time the Element should live from creation. Time to Idle means the amount of time the Element should live from the last access time. Time to Idle is normally what you want. A new version of EHCache, version 0