-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
Hi;
org.jboss.jsr299.tck.tests.definition.stereotype.inheritance.StereotypeInheritenceTest.testInheritence() related "beans.xml" file "/org/jboss/jsr299/tck/tests/definition/stereotype/inheritance/beans.xml" is defined as follows:
<beans>
<alternatives>
<class>org.jboss.jsr299.tck.tests.definition.stereotype.inheritance.NamedRequestPolicyStereotype</class>
</alternatives>
</beans>
But given NamedRequestPolicyStereotype class is a @Stereotype so it must be defined as follows
<beans>
<alternatives>
<stereotype>org.jboss.jsr299.tck.tests.definition.stereotype.inheritance.NamedRequestPolicyStereotype</stereotype>
</alternatives>
</beans>
Therefore given test is failed becuase Horse class is not enabled.