Re: [hibernate-dev] [JPAModelgen] MixedConfigurationTest failing

2012-03-20 Thread Hardy Ferentschik
Hi Guillaume, thanks for the Jira and the evaluation of the problem. I will have a look at it asap and come back to you. --Hardy On Mar 19, 2012, at 11:37 PM, Guillaume Smet wrote: > Hi Hardy, > > On Wed, Mar 14, 2012 at 1:36 PM, Guillaume Smet > wrote: >> On Wed, Mar 14, 2012 at 1:20 PM, H

Re: [hibernate-dev] [JPAModelgen] MixedConfigurationTest failing

2012-03-19 Thread Guillaume Smet
Hi Hardy, On Wed, Mar 14, 2012 at 1:36 PM, Guillaume Smet wrote: > On Wed, Mar 14, 2012 at 1:20 PM, Hardy Ferentschik > wrote: >> I think it would be time to track this via a proper Jira issue. Do you mind >> creating one? You can also attach the patch >> you've sent me. > > OK, I'll do it lat

Re: [hibernate-dev] [JPAModelgen] MixedConfigurationTest failing

2012-03-14 Thread Guillaume Smet
On Wed, Mar 14, 2012 at 1:20 PM, Hardy Ferentschik wrote: > I think it would be time to track this via a proper Jira issue. Do you mind > creating one? You can also attach the patch > you've sent me. OK, I'll do it later today. -- Guillaume ___ hiber

Re: [hibernate-dev] [JPAModelgen] MixedConfigurationTest failing

2012-03-14 Thread Hardy Ferentschik
Hi, fyi, seems Sanne is backing you up :-( He tried to build as well and got also failures - http://fpaste.org/xuOr/ The actual test failures are misleading in this case, because each tests processes all test resources prior the assertions. If any of the test classes cannot be processed you get

Re: [hibernate-dev] [JPAModelgen] MixedConfigurationTest failing

2012-03-14 Thread Guillaume Smet
On Wed, Mar 14, 2012 at 12:53 PM, Hardy Ferentschik wrote: > @Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") > @StaticMetamodel(ZeroCoordinates.class) > public abstract class ZeroCoordinates_ { > > > } Nope. I have attributes in it (and SingularAttribute import is miss

Re: [hibernate-dev] [JPAModelgen] MixedConfigurationTest failing

2012-03-14 Thread Hardy Ferentschik
Hi, just double checked. ZeroCoordinates gets generated and compiles: >>> package org.hibernate.jpamodelgen.test.mixedmode; import javax.annotation.Generated; import javax.persistence.metamodel.StaticMetamodel; @Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") @Static

Re: [hibernate-dev] [JPAModelgen] MixedConfigurationTest failing

2012-03-14 Thread Guillaume Smet
BTW, tests also fails here with Maven 3.0.4. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] [JPAModelgen] MixedConfigurationTest failing

2012-03-14 Thread Guillaume Smet
On Wed, Mar 14, 2012 at 11:22 AM, Hardy Ferentschik wrote: > Thanks. I got the patch now. I have indeed not seen it before. > I need to have a closer look though, because as I said, I don't see > this test failure. As you suspect,  I would not intentionally keep a failing > test on master ;-) I'

Re: [hibernate-dev] [JPAModelgen] MixedConfigurationTest failing

2012-03-14 Thread Hardy Ferentschik
Hi Guillaume, > That said, I don't think it has anything to do with the environment. > I'm not sure you've seen my preliminary patch as I don't see it in any > archives so I suppose the list is filtering the attachments. > > I posted it here: https://share.openwide.fr/share/zone/gsmet/367583861

Re: [hibernate-dev] [JPAModelgen] MixedConfigurationTest failing

2012-03-14 Thread Guillaume Smet
Hi Hardy, On Wed, Mar 14, 2012 at 9:35 AM, Hardy Ferentschik wrote: > first off, thanks for your pull requests for Modelgen. I applied both :-) Thanks. > I did not realize that the issue you are describing here is still in issue. > Are you reproduce > this problem with the current master? I do

Re: [hibernate-dev] [JPAModelgen] MixedConfigurationTest failing

2012-03-14 Thread Hardy Ferentschik
Hi Guillaume, first off, thanks for your pull requests for Modelgen. I applied both :-) I did not realize that the issue you are describing here is still in issue. Are you reproduce this problem with the current master? I don't have any test failures against master. What is your environment? J

Re: [hibernate-dev] [JPAModelgen] MixedConfigurationTest failing

2012-03-13 Thread Guillaume Smet
Hi Hardy, Any feedback about this issue? Thanks. On Sun, Mar 11, 2012 at 3:20 AM, Guillaume Smet wrote: > Hi, > > While working on Hibernate JPA Modelgen, I noticed that there are test > failures in MixedConfigurationTest . I thought it was because of my > own changes but I also have this probl

[hibernate-dev] [JPAModelgen] MixedConfigurationTest failing

2012-03-10 Thread Guillaume Smet
Hi, While working on Hibernate JPA Modelgen, I noticed that there are test failures in MixedConfigurationTest . I thought it was because of my own changes but I also have this problem with a fresh git clone from the official repo: Running org.hibernate.jpamodelgen.test.mixedmode.MixedConfiguration