[seam-dev] Hibernate 4.0 + Seam 2.x on AS7?

Emmanuel Bernard emmanuel at hibernate.org
Wed Jun 8 07:24:19 EDT 2011


On 8 juin 2011, at 12:27, Ales Justin wrote:

>> I found a backward compatibility issue while deploying jboss-seam-jpa
>> example.
>> 
>> org.hibernate.cache.HashtableCacheProvider was moved to
>> org.hibernate.cache.internal.HashtableCacheProvider
>> 
>> So this will force Seam application to bundle old hibernate libraries
>> version 3.
> 
> Or simply change this property in persistence.xml.

We should move away from these. Especially in an example people are meant to study, we should not recommend using HashtableCacheProvider.
Best would be to show Infinispan (even in local mode).


More information about the seam-dev mailing list