[Hibernate] Hibernate3 CVS - org.hibernate.test.hql.Joiner

2005-03-05 Thread Joshua Davis
Title: Message Did someone forget to add org.hibernate.test.hql.Joiner?

RE: [Hibernate] reusing joins in FromClause

2005-03-06 Thread Joshua Davis
I think I saw two different maps in the old QueryTranslator and I was duplicating that behavior, but perhaps it was a mirage. :) If you say it re-used the joins I'll take your word for it. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Gavin K

RE: [Hibernate] session.createQuery ERROR

2005-03-17 Thread Joshua Davis
The lexer rules for quoted strings look fine, so I think the problem might be this suspicious looking option on the lexer on line 643 in hql.g: charVocabulary='\u'..'\u007F'; // allow ascii I bet if we changed this to allow other characters it would work. Most of the ANTLR options we

[Hibernate] Unit tests failing?

2005-07-08 Thread Joshua Davis
After updating this morning, HQLTest started failing with some strange errors while building the SessionFactory.   When running the fully JUnit test suite, this test seemed to cause other tests to fail with OOMEs and other strange errors.   The nightly build that I set up (http://shrubbery.m

Re: [Hibernate] you just gotta love sf.net....

2005-11-12 Thread Joshua Davis
Steve Ebersole wrote: I plan to have a look at that in the near future. Although I am more thinking of the subversion repo. Yes please! Subversion good. --- SF.Net email is sponsored by: Tame your development challenges with Apache's G

Re: [Hibernate] org.hibernate.hql.ast.tree.DotNode Implements Serializable but we can't serialize it

2009-12-08 Thread Joshua Davis (yahoo)
terface ? Thanks, Ganesh -- Forwarded message -- From: Joshua Davis (yahoo) Date: Mon, Dec 7, 2009 at 11:19 PM Subject: Re: [Hibernate] org.hibernate.hql.ast.tree.DotNode Implements Serializable but we can't serialize it To: Ganesh Kumar Choudhary Why do you need to seriali

<    1   2