Uploaded image for project: 'Weld'
  1. Weld
  2. WELD-1675

Wrapped typeClosure not used for session beans

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.2.2.Final
    • 2.2.1.Final
    • Extensions
    • 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.

              mkouba@redhat.com Martin Kouba
              tremes1@redhat.com Tomas Remes
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: