[jbosside-issues] [JBoss JIRA] Created: (JBIDE-466) XDoclet not implementing generics in generated EJB Interfaces

iamapony (JIRA) jira-events at lists.jboss.org
Mon Mar 26 08:09:00 EDT 2007


XDoclet not implementing generics in generated EJB Interfaces
-------------------------------------------------------------

                 Key: JBIDE-466
                 URL: http://jira.jboss.com/jira/browse/JBIDE-466
             Project: JBoss IDE
          Issue Type: Bug
          Components: EJB3 plugin
    Affects Versions: 2.0.0.Beta2
         Environment: Windows XP, Eclipse 3.2.1, JBoss IDE 2.0.0.Beta2
            Reporter: iamapony
         Assigned To: Max Andersen


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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list