Re: [hibernate-dev] Table and quoted names

2010-10-01 Thread Steve Ebersole
On Fri, 2010-10-01 at 18:26 +0200, Max Rydahl Andersen wrote: > >> I'd like to figure out if this could be determined by looking at the > >> DatabaseMetaData before making the Dialects have to specify this. With > >> the Dialects its just another thing we need to "keep in synch". Not > >> sure if

Re: [hibernate-dev] Table and quoted names

2010-10-01 Thread Max Rydahl Andersen
>> Ok, saw it now. >> >> I'm eery to requiring databasemetadata access as part of the Table model >> since I (at least until now) have >> been using them extensively without wanting to require a running db...(which >> is not a requirement today). > > I have to be honest that I fail to grasp whe

Re: [hibernate-dev] Table and quoted names

2010-10-01 Thread Max Rydahl Andersen
>> I'd like to figure out if this could be determined by looking at the >> DatabaseMetaData before making the Dialects have to specify this. With >> the Dialects its just another thing we need to "keep in synch". Not >> sure if you saw my comments in ObjectName wrt DatabaseMetaData, but >> those

Re: [hibernate-dev] Table and quoted names

2010-10-01 Thread Steve Ebersole
On Fri, 2010-10-01 at 15:57 +0200, Max Rydahl Andersen wrote: > > I'd like to figure out if this could be determined by looking at the > > DatabaseMetaData before making the Dialects have to specify this. With > > the Dialects its just another thing we need to "keep in synch". Not > > sure if you

Re: [hibernate-dev] Table and quoted names

2010-10-01 Thread Juraci Paixao Krohling
On 10/01/2010 03:20 PM, Steve Ebersole wrote: > I'd like to figure out if this could be determined by looking at the > DatabaseMetaData before making the Dialects have to specify this. With > the Dialects its just another thing we need to "keep in synch". Not > sure if you saw my comments in Obje

Re: [hibernate-dev] Table and quoted names

2010-10-01 Thread Max Rydahl Andersen
>> >> Looking at it reminded me of >> http://opensource.atlassian.com/projects/hibernate/browse/HHH-1476 >> >> The problem of the separators actually having to be dialect controlled and >> even in some cases schema >> can be skipped resulting in catalog..table. Worth covering ? > > I'd like to

Re: [hibernate-dev] Infinispan DirectoryProvider for Hibernate Search

2010-10-01 Thread Emmanuel Bernard
On 1 oct. 2010, at 14:14, Sanne Grinovero wrote: > Hi Emmanuel, > thanks, some more comments inline: > > 2010/9/30 Emmanuel Bernard : >> As usual thanks for the deep analysis. >> >> I've been looking at this problem and here is where I am. >> >> Lifecycle >> 1. You pass an instance to the Sess

Re: [hibernate-dev] Table and quoted names

2010-10-01 Thread Steve Ebersole
On Fri, 2010-10-01 at 14:31 +0200, Max Rydahl Andersen wrote: > Got them this time. > > Looks like quoting is done all good there. > > Looking at it reminded me of > http://opensource.atlassian.com/projects/hibernate/browse/HHH-1476 > > The problem of the separators actually having to be dialec

Re: [hibernate-dev] Table and quoted names

2010-10-01 Thread Max Rydahl Andersen
Got them this time. Looks like quoting is done all good there. Looking at it reminded me of http://opensource.atlassian.com/projects/hibernate/browse/HHH-1476 The problem of the separators actually having to be dialect controlled and even in some cases schema can be skipped resulting in catalo

Re: [hibernate-dev] Infinispan DirectoryProvider for Hibernate Search

2010-10-01 Thread Sanne Grinovero
Hi Emmanuel, thanks, some more comments inline: 2010/9/30 Emmanuel Bernard : > As usual thanks for the deep analysis. > > I've been looking at this problem and here is where I am. > > Lifecycle > 1. You pass an instance to the SessionFactory in which case you're > responsible for the lifecycle >

Re: [hibernate-dev] Topic reply notification - "Could not register synchronization for container transaction"

2010-10-01 Thread Sanne Grinovero
2010/9/29 Emmanuel Bernard : > Yes. Actually adding a GlassfishDialect subclass might make things simpler too thanks, suggested the idea of a new implementation in HHH-5612 Sanne > > On 28 sept. 2010, at 19:29, Sanne Grinovero wrote: > >> thanks Emmanuel, >> yes the SunONETransactionManagerLook