-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
2.0.0.Beta2
-
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