Hi,
Any docs relating to how to port a project containing a number Entity and SLSB’s over to MyEclipse and use XDoclet ? All the documentation talks about creating EJB’s from scratch. But in my case I already have a project with many entity and session beans.
Unfortunately, they do not seem to follow the (XDoclet ?)convention of having the Bean class name ending in “Bean”, in my case they either end in E (for EntityBean) or SF (for SessionBean). How can I get XDoclet to recognize this and generate a valid EAR file.
Thanks
SDeo.