[hibernate-dev] For subscribe

2009-11-26 Thread Brajesh Patel
-- Thanks Brajesh Patel HotWax Media http://www.hotwaxmedia.com ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] join this list

2009-11-26 Thread Brajesh Patel
Hello All. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Programmatic Mapping patch

2009-11-26 Thread Emmanuel Bernard
On 26 nov. 09, at 10:59, Amin Mohammed-Coleman wrote: > Hi > > So I'll make the following changes > > 1) Move fulltextfilterdef to a global settings, similar to the > Analyzer definitions. This means that SearchFactoryImpl would need > to be updated to check for not only entities for filter

Re: [hibernate-dev] [infinispan-dev] Exposing transient/mortality information externally

2009-11-26 Thread Manik Surtani
On 26 Nov 2009, at 09:16, Galder Zamarreno wrote: > Hi, > > Re: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267469#4267469 > > I think Brian has a good point here. We don't expose any internal > information wrt each cache entry's expiry/eviction values. Brian has a > good point

Re: [hibernate-dev] Incompatibilites between hibernate-core 3.5.0-Beta-2 and hibernate-annotations 3.4.0GA

2009-11-26 Thread Guenther Demetz
please ignore my last posting! Now I understood the message. With HiberanteCore 3.5.x I do not need hibernate-annotations and hiberante-entitymanger jar archives in classpath anymore. G.D. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org htt

[hibernate-dev] Incompatibilites between hibernate-core 3.5.0-Beta-2 and hibernate-annotations 3.4.0GA

2009-11-26 Thread Guenther Demetz
//Hi hiberante-developers, I don't understand exactly what the statement "*/Bundled with Hibernate Core as of 3.5.x" /*/(see below/) means, but I'd like to point out that there are several* *incompatibilities between hiberante3.jar (3.5beta2) and hibernate-annotations.jar + hibernate-commons-an

Re: [hibernate-dev] [infinispan-dev] Exposing transient/mortality information externally

2009-11-26 Thread Galder Zamarreno
FYI On 11/26/2009 10:16 AM, Galder Zamarreno wrote: > Hi, > > Re: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267469#4267469 > > I think Brian has a good point here. We don't expose any internal > information wrt each cache entry's expiry/eviction values. Brian has a > good point tha

Re: [hibernate-dev] Programmatic Mapping patch

2009-11-26 Thread Amin Mohammed-Coleman
Hi So I'll make the following changes 1) Move fulltextfilterdef to a global settings, similar to the Analyzer definitions. This means that SearchFactoryImpl would need to be updated to check for not only entities for filter defs but also in the global settings? 2) Remove analyzerDescriminator f

Re: [hibernate-dev] Programmatic Mapping patch

2009-11-26 Thread Emmanuel Bernard
On 26 nov. 09, at 09:32, Sanne Grinovero wrote: > About 2) > 2A - fullTextFilterDef: > While it's ok for the annotation to stay on an indexed entity, I don't > see a named filter as coupled/related to an entity, shouldn't this be > part of global settings? Ah right, makes sense > > 2B - analyze

Re: [hibernate-dev] Programmatic Mapping patch

2009-11-26 Thread Emmanuel Bernard
Yes we need a factory somewhere but I don't know where yet. On 26 nov. 09, at 09:56, Amin Mohammed-Coleman wrote: > Hi > > Ive updated the ProvidedId mapping test to include the changes you > made. Also added some more factory methods in the > ContainedInMapping. On a side note, I've made S