Change By: Brett Meyer (15/Oct/12 1:53 PM)
Description: Test case to duplicate: o.h.test.annotations.beanvalidation.DDLTest

Tv.Tuner is an
 inline  @Embeddable static class.  When the Tv.tuner attribute is built, it should get a MappedAttribute.Nature.EMBEDDED nature.  Instead, it's currently assigned MappedAttribute.Nature.BASIC.  This causes NPEs later on.

The Tv.Tuner class is not being picked it -- it has to be manually added to the test's getAnnotatedClasses().

ConfiguredClass#createMappedAttribute's use of JandexHelper  also  appears to require that Tv.tuner be annotated with @Embedded.  Shouldn't it be optional?
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira