----- Original Message -----
From: "David M. Lloyd" <david.lloyd(a)redhat.com>
To: "infinispan -Dev List" <infinispan-dev(a)lists.jboss.org>
Cc: hibernate-dev(a)lists.jboss.org, "jboss-as7-dev(a)lists.jboss.org Development"
<jboss-as7-dev(a)lists.jboss.org>,
"Galder Zamarreño" <galder(a)redhat.com>
Sent: Tuesday, March 6, 2012 2:55:18 PM
Subject: Re: [infinispan-dev] [jboss-as7-dev] AS7-4007 missing Infinispan dependency for
clustered JPA second level
cache
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 someone saw the exception and said to themselves,
"oh... well I'll just add Infinispan to all web apps", and then the
patch slipped by the code review process. Other problems will
continue
to lurk beneath the surface though.
No - web applications don't have this problem because web session clustering uses
ModularClassResolver during marshalling/unmarshalling of sessions.