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

Rob Stryker (JIRA) jira-events at lists.jboss.org
Fri Oct 12 00:46:08 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBIDE-466?page=all ]

Rob Stryker resolved JBIDE-466.
-------------------------------

    Resolution: Won't Fix

JIRA Cleanup: Outdated.
XDoclet is not being shipped in current versions

> XDoclet not implementing generics in generated EJB Interfaces
> -------------------------------------------------------------
>
>                 Key: JBIDE-466
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-466
>             Project: JBoss Tools
>          Issue Type: Bug
>          Components: xdoclet
>    Affects Versions: 2.0.0.Beta2
>         Environment: Windows XP, Eclipse 3.2.1, JBoss IDE 2.0.0.Beta2
>            Reporter: iamapony
>
> 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