Re: [hibernate-dev] Question about Hibernate 4.0 Infinispan second level cache usage...

2011-08-30 Thread Galder Zamarreño
On Aug 16, 2011, at 4:26 PM, Sanne Grinovero wrote: > Hi Scott, > demanding people to configure a new cache for each application is very > tricky because of ISPN-658, unless you're referring to creating a > whole new instance of Infinispan, with a dedicated new CacheManager > and either starting

Re: [hibernate-dev] MassIndexer have any known issues when InfinispanDirectory is used?

2011-08-30 Thread Sanne Grinovero
Is it using exclusive_index_use=true ? Exclusive index use does not work nicely with the MassIndexer in version 3.4, that's one of the issues fixed in 4.0 (included in the last alpha release). Is the same test & configuration working fine if you change it only from Infinispan to a filesystem Direct

Re: [hibernate-dev] Developer meetings day/time

2011-08-30 Thread Emmanuel Bernard
Tuesday and Thursday work for me (same time). Friday ideally should be avoided. On 29 août 2011, at 23:35, Steve Ebersole wrote: > Due to a change in schedule I can no longer do the meetings on Monday at > the same time. To keep it on Monday we would need to move it back an > hour which really

Re: [hibernate-dev] Developer meetings day/time

2011-08-30 Thread Gail Badner
Works for me. Gail - Original Message - > From: "Steve Ebersole" > To: hibernate-dev@lists.jboss.org > Sent: Monday, August 29, 2011 2:35:08 PM > Subject: [hibernate-dev] Developer meetings day/time > Due to a change in schedule I can no longer do the meetings on Monday > at > the same tim

[hibernate-dev] releasing a new hibernate-commons-annotation to get rid of slf4j in favor of jboss-logging?

2011-08-30 Thread Strong Liu
thoughts? apparently we're going to use hibernate-commons-annotation for sometime or at least upgrade the slf4j to 1.6.1 --- Strong Liu http://hibernate.org http://github.com/stliu ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org

Re: [hibernate-dev] releasing a new hibernate-commons-annotation to get rid of slf4j in favor of jboss-logging?

2011-08-30 Thread Sanne Grinovero
2011/8/30 Strong Liu : > thoughts? > > apparently we're going to use hibernate-commons-annotation for sometime > or at least upgrade the slf4j to 1.6.1 Maybe better to migrate slf4j to JBoss Logging Cheers, Sanne ___ hibernate-dev mailing list hibernate

Re: [hibernate-dev] releasing a new hibernate-commons-annotation to get rid of slf4j in favor of jboss-logging?

2011-08-30 Thread Emmanuel Bernard
On 30 août 2011, at 12:31, Sanne Grinovero wrote: > 2011/8/30 Strong Liu : >> thoughts? >> >> apparently we're going to use hibernate-commons-annotation for sometime >> or at least upgrade the slf4j to 1.6.1 > > Maybe better to migrate slf4j to JBoss Logging Yes that would be better. _

Re: [hibernate-dev] releasing a new hibernate-commons-annotation to get rid of slf4j in favor of jboss-logging?

2011-08-30 Thread Strong Liu
Emmanuel, https://hibernate.onjira.com/browse/HCANN-38 patch attached since i don't have write access to this project, please take a look and release a new version, so hibernate-core can move to this new release in Wed's release, thanks --- Strong Liu http://hibernate.org http://gith

Re: [hibernate-dev] releasing a new hibernate-commons-annotation to get rid of slf4j in favor of jboss-logging?

2011-08-30 Thread Strong Liu
https://github.com/hibernate/hibernate-commons-annotations/pull/1 --- Strong Liu http://hibernate.org http://github.com/stliu On Aug 30, 2011, at 10:11 PM, Strong Liu wrote: > Emmanuel, > > https://hibernate.onjira.com/browse/HCANN-38 patch attached > > since i don't have write acces

Re: [hibernate-dev] [Search] proposing an alternative to depth in @IndexedEmbedded

2011-08-30 Thread Zach Kurey
On Aug 26, 2011, at 1:14 AM, Hardy Ferentschik wrote: >> Option 1: Explicit inclusion only >> @IndexPaths( >> paths={ >> @IndexPath("a.b.c"), >> @IndexPath("d.e") >> } >> ) >> private SomeType type; > > @IndexPath allows for further extension, but I could live with s

Re: [hibernate-dev] releasing a new hibernate-commons-annotation to get rid of slf4j in favor of jboss-logging?

2011-08-30 Thread Emmanuel Bernard
I've commented the request. Strong, you will not like me :( On 30 août 2011, at 16:39, Strong Liu wrote: > https://github.com/hibernate/hibernate-commons-annotations/pull/1 > > --- > Strong Liu > http://hibernate.org > http://github.com/stliu > > On Aug 30, 2011, at 10:11 PM, Strong Li

Re: [hibernate-dev] [Search] proposing an alternative to depth in @IndexedEmbedded

2011-08-30 Thread Sanne Grinovero
> It sounds like @IndexPaths is acceptable to everyone.  Sanne, you seemed to > be the most concerned from your last response about the direction this was > going.  Any more thoughts here or does it sound reasonable to move this > proposal/request into a JIRA ticket at this point? Hi Zach, I'm

Re: [hibernate-dev] [Search] proposing an alternative to depth in @IndexedEmbedded

2011-08-30 Thread Zach Kurey
On Aug 30, 2011, at 10:47 AM, Sanne Grinovero wrote: > I'm not 100% convinced but please go ahead and create a JIRA. There > are definitely good improvements to take out of this thread, we can > flesh out the details on JIRA or after a proof of concept patch. > > My doubts is that I don't like a

Re: [hibernate-dev] [Search] proposing an alternative to depth in @IndexedEmbedded

2011-08-30 Thread Sanne Grinovero
2011/8/30 Zach Kurey : [...] > > Maybe there is some confusion about what I was proposing.  The idea is not > to have 'additional paths'.  Instead the intent is to explicitly state that > hibernate search should index 'only these paths' from the property it is > declared on onward.  Which is why I

Re: [hibernate-dev] [Search] proposing an alternative to depth in @IndexedEmbedded

2011-08-30 Thread Zach Kurey
On Aug 30, 2011, at 11:40 AM, Sanne Grinovero wrote: > Yes I understood that was your suggestions; but I think that using > @IndexEmbedded(depth=0, {IndexPath1, IndexPath2}) > would get you exactly what you wanted? Ahh gotcha. I misunderstood. Yes that works for me. > > Just that I can still

[hibernate-dev] AS7 management console and Hibernate management statistics/operations...

2011-08-30 Thread Scott Marlow
I'm wondering what Hibernate related information would be good to include in the AS7 management console. Perhaps for each SessionFactory/EntityManagerFactory, we could show statistics and some factory/EntityManagerFactory operations. I'm leaning towards not using JMX internally to collect the

Re: [hibernate-dev] [Search] proposing an alternative to depth in @IndexedEmbedded

2011-08-30 Thread Zach Kurey
On Aug 30, 2011, at 11:51 AM, Zach Kurey wrote: > > On Aug 30, 2011, at 11:40 AM, Sanne Grinovero wrote: > >> Yes I understood that was your suggestions; but I think that using >> @IndexEmbedded(depth=0, {IndexPath1, IndexPath2}) >> would get you exactly what you wanted? > > Ahh gotcha. I mis