Re: [hibernate-dev] problems with using jandex on metamodel

2013-04-02 Thread Hardy Ferentschik
On 2 Jan 2013, at 3:39 AM, Strong Liu wrote: > We know that to use Jandex annotation repository, we have to add annotation > classes to the Indexer explicitly first, and this already force us to list > all MappedSuperClass and Embeddable classes which was not required. Is that still true. I t

Re: [hibernate-dev] can a mapped super class extends from an entity?

2013-04-02 Thread Hardy Ferentschik
Hi, I think the code is wrong. The test setup seems correct. The spec does not really rule this case out. I did not think about this case when writing the code below. --Hardy On 2 Jan 2013, at 7:11 AM, Strong Liu wrote: > test is org.hibernate.jpa.test.metadata.MetadataTest and root class i