-
Bug
-
Resolution: Done
-
Major
-
2.2.1.Final
-
None
Overriden method public Set<Type> getTypeClosure() is not used for session beans. For example this session bean still has Object, Pasta, ItalianFood types:
@Stateless public class Pasta extends ItalianFood {}
however the overriden method returns set containing only Pasta, Object types.