Re: [hibernate-dev] [infinispan-dev] [jboss-as7-dev] AS7-4007 missing Infinispan dependency for clustered JPA second level cache

2012-03-06 Thread Paul Ferraro
- Original Message - > From: "David M. Lloyd" > To: "infinispan -Dev List" > Cc: hibernate-dev@lists.jboss.org, "jboss-as7-...@lists.jboss.org > Development" , > "Galder Zamarreño" > Sent: Tuesday, March 6, 2012 2:55:18 PM > Subject: Re: [infinispan-dev] [jboss-as7-dev] AS7-4007 missing

Re: [hibernate-dev] [infinispan-dev] [jboss-as7-dev] AS7-4007 missing Infinispan dependency for clustered JPA second level cache

2012-03-06 Thread Paul Ferraro
- Original Message - > From: "Scott Marlow" > To: "infinispan -Dev List" > Cc: hibernate-dev@lists.jboss.org, "jboss-as7-...@lists.jboss.org > Development" , > "Galder Zamarreño" > Sent: Tuesday, March 6, 2012 2:45:03 PM > Subject: Re: [infinispan-dev] [jboss-as7-dev] AS7-4007 missing I

Re: [hibernate-dev] [infinispan-dev] [jboss-as7-dev] AS7-4007 missing Infinispan dependency for clustered JPA second level cache

2012-03-06 Thread Paul Ferraro
- Original Message - > From: "Galder Zamarreño" > To: "infinispan -Dev List" > Cc: hibernate-dev@lists.jboss.org, "jboss-as7-...@lists.jboss.org > Development" > Sent: Tuesday, March 6, 2012 2:27:13 PM > Subject: Re: [infinispan-dev] [jboss-as7-dev] AS7-4007 missing Infinispan > de

Re: [hibernate-dev] [infinispan-dev] [jboss-as7-dev] AS7-4007 missing Infinispan dependency for clustered JPA second level cache

2012-03-06 Thread David M. Lloyd
On 03/06/2012 01:27 PM, Galder Zamarreño wrote: > (***) I still don't fully understand how web apps don't have the same issue > as 2LC of not seeing Infinispan classes (Reminder: we're not talking about > the contents of the cache, but about the Infinispan classes themselves). It's possible that

Re: [hibernate-dev] [infinispan-dev] [jboss-as7-dev] AS7-4007 missing Infinispan dependency for clustered JPA second level cache

2012-03-06 Thread Scott Marlow
On 03/06/2012 02:27 PM, Galder Zamarreño wrote: > So, to summarise all of this. What I suggest is this: > > - Short term: > The "quick fix" I suggest in > http://lists.jboss.org/pipermail/infinispan-dev/2012-March/010317.html Do we want to try this (requires a new build of Infinispan I think)? O

Re: [hibernate-dev] [jboss-as7-dev] AS7-4007 missing Infinispan dependency for clustered JPA second level cache

2012-03-06 Thread Paul Ferraro
- Original Message - > From: "Galder Zamarreño" > To: "Paul Ferraro" > Cc: "Jason T. Greene" , "Bela Ban" > , "infinispan -Dev List" > , hibernate-dev@lists.jboss.org, > "jboss-as7-...@lists.jboss.org Development" > , "David M. Lloyd" > Sent: Tuesday, March 6, 2012 2:02:44 PM > Subject

Re: [hibernate-dev] [jboss-as7-dev] AS7-4007 missing Infinispan dependency for clustered JPA second level cache

2012-03-06 Thread David M. Lloyd
On 03/06/2012 01:02 PM, Galder Zamarreño wrote: > On Mar 6, 2012, at 6:31 PM, Paul Ferraro wrote: >> - Original Message - >>> From: "Jason T. Greene" >>> To: "David M. Lloyd" >>> Cc: "Galder Zamarreño", "Paul >>> Ferraro", "Bela Ban", >>> "infinispan -Dev List", >>> hibernate-dev@lists.jb

Re: [hibernate-dev] [jboss-as7-dev] AS7-4007 missing Infinispan dependency for clustered JPA second level cache

2012-03-06 Thread Paul Ferraro
- Original Message - > From: "Jason T. Greene" > To: "David M. Lloyd" > Cc: "Galder Zamarreño" , "Paul Ferraro" > , "Bela Ban" , > "infinispan -Dev List" , > hibernate-dev@lists.jboss.org, > "jboss-as7-...@lists.jboss.org Development" > Sent: Tuesday, March 6, 2012 10:30:11 AM > Subjec

[hibernate-dev] Hibernate Metamodel Generator 1.2.0.Final

2012-03-06 Thread Hardy Ferentschik
More info regarding $subject on in.relation.to - http://in.relation.to/22982.lace --Hardy ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Hibernate Developer Weekly IRC Meeting - 3/6

2012-03-06 Thread Steve Ebersole
[08:42] Meeting ended Tue Mar 6 14:41:49 2012 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) [08:42] Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2012/hibernate-dev.2012-03-06-14.06.html [08:42] Minutes (text): http://transcripts

Re: [hibernate-dev] AS7-4007 missing Infinispan dependency for clustered JPA second level cache

2012-03-06 Thread David M. Lloyd
On 03/06/2012 09:21 AM, Galder Zamarreño wrote: > This reminds me that we had a discussion about this a few months back: > http://goo.gl/DJLhB > > At the time, it wasn't clear whether you can use ModularClassResolver in a > non-module env. Seems like it's not possible. > > So, one option is to ha

Re: [hibernate-dev] natural-id to primary key cache

2012-03-06 Thread Eric Dalquist
This has been completed and made it into the 4.1 release. There are two parts, a persistence context level cache of PK->NaturalId and NaturalId->PK and a new NaturalIdCacheRegion was added to the caching SPI. The Ehcache provider that ships with Hibernate was updated to support the new region a

Re: [hibernate-dev] natural-id to primary key cache

2012-03-06 Thread Alex Snaps
This has been a recurring subject in the ehcache forum and a source of misunderstanding by many. Having the second level cache support these as "first class citizen" makes total sense to me. Is there some draft of how this would look like ? Would this be a mapping of natural id to primary key ? Sor