Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-466

XDoclet not implementing generics in generated EJB Interfaces

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • 2.0.0.Beta2
    • z - Legacy - xdoclet
    • None
    • Windows XP, Eclipse 3.2.1, JBoss IDE 2.0.0.Beta2

      In an EJB BeanImpl the method reads:
      public List<MyInfo> getMyInfo()

      {...}

      When XDoclet is used to generate the interface the resulting method signature is:
      public List getMyInfo() throws java.rmi.RemoteException;

      The method signature in the interface SHOULD be:
      public List<MyInfo> getMyInfo() throws java.rmi.RemoteException;

      From the forum post, it looks like this was fixed in 1.5, but somehow the fix didn't get into 2.0.0.Beta2

              Unassigned Unassigned
              iamapony iamapony (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: