Re: [hibernate-dev] Maven build problem

2007-09-10 Thread Steve Ebersole
This plugin has not had any releases yet. Unfortunately this plugin has caused me a number of issues during this maven migration. In fact it has had two impacts: 1) the need to use this plugin (this is a migration of the org.apache.maven.plugin:maven-antlr-plugin) 2) the need to use a maven ver

[hibernate-dev] HSQLDialect - sequences - problems with white space

2007-09-10 Thread David Balazic
(since the mod did not approve my prevoius message, neither did Steve reply, I subscribed and send it again) (I bet 5 seconds after I push SEND, the moderator will approve my pending message and we will have two copies...) Hi! I had a problem with HSQL and hibernate, which boils down to this line

RE: [hibernate-dev] HSQLDialect - sequences - problems with white space

2007-09-10 Thread David Balazic
Ah, I forgot this: There is a simple way to query sequences that needs no tables at all : call NEXT VALUE FOR seq_STEIN; (again, sorry for any Outlook nonsense ...) Regards, From: [EMAIL PROTECTED] on behalf of David Balazic Sent: Mon 10-Sep-07 18:29 To: hi

Re: [hibernate-dev] HSQLDialect - sequences - problems with white space

2007-09-10 Thread Steve Ebersole
On Monday 10 September 2007 11:29:36 am David Balazic wrote: > (since the mod did not approve my prevoius message, neither did Steve > reply, I subscribed and send it again) (I bet 5 seconds after I push SEND, > the moderator will approve my pending message and we will have two > copies...) Hi! Sor

RE: [hibernate-dev] HSQLDialect - sequences - problems with white space

2007-09-10 Thread David Balazic
From: Steve Ebersole on behalf of Steve Ebersole > So certainly we could have SequenceGenerator account for trimming the sequence > name. I obviously have no objections to that. > > As for not not creating the dual_* tables: > 1) I do not like (and will not code for) a "MY_COMMON_DUAL" approach;