[hibernate-dev] envers tests

Emmanuel Bernard emmanuel at hibernate.org
Thu Jan 21 06:11:56 EST 2010


This is a bug I've found a couple of weeks ago on the generator while investigating the Envers test errors.

Be sure to use the latest snapshot of jpamodelgen (or build it yourself). And be sure entitymanager uses it too.

On 21 janv. 2010, at 05:19, Steve Ebersole wrote:

> Actually having an issue b4 that in attempts to get a full clean build,
> in entitymanger with the metamodel generator:
> 
> [INFO] Compilation failure
> /home/steve/projects/hibernate/core/trunk/entitymanager/target/generated-src/jpamodelgen/org/hibernate/ejb/test/metadata/Relatives_.java:[10,55] cannot find symbol
> symbol  : class T
> location: class org.hibernate.ejb.test.metadata.Relatives_
> 
> 
> package org.hibernate.ejb.test.metadata;
> 
> import javax.persistence.metamodel.SetAttribute;
> import javax.persistence.metamodel.StaticMetamodel;
> import org.hibernate.ejb.test.metadata.Parent.Relatives;
> 
> @StaticMetamodel(Relatives.class)
> public abstract class Relatives_ {
> 
> 	public static volatile SetAttribute<Relatives, T> siblings;
> 
> }
> 
> Ideas?
> 
> 
> On Wed, 2010-01-20 at 22:01 -0600, Steve Ebersole wrote:
>> Anyone else seeing lots of failures in envers tests?  I am getting this
>> even after a full update.
>> 
>> Just trying to see if I have a local issue with maven repo, etc.
>> 
> -- 
> Steve Ebersole <steve at hibernate.org>
> Hibernate.org
> 
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev





More information about the hibernate-dev mailing list