[hibernate-dev] Jira migration

2010-01-20 Thread Steve Ebersole
Just a heads up that atlassian will be performing a data migration of our Jira 
data into the new Jira Studio they and Contengix have set up for us.  I do not 
yet know the exact date time but will let everyone know as I hear the details

-- Sent from my Palm Pre
st...@hibernate.org
http://hibernate.org
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] envers tests

2010-01-20 Thread Steve Ebersole
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 
Hibernate.org

___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] envers tests

2010-01-20 Thread Steve Ebersole
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 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 
Hibernate.org

___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev