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

[hibernate-dev] problems with using jandex on metamodel

2013-04-01 Thread Strong Liu
Hi There 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. Now I"m trying to migrate the HEM to metamodel branch and most test