I have followed the configuration of Xdoclet and the Create an EJB documentation to create a Session EJB, but the problem is that when I right click on the project and select RunXdoclet, the Remote interface gets created, but none of my methods show in the Remote interface, even if I edit the example method Eclipse puts there by default the signature will remain the same as the original method! 😡
I set the options in the Xdoclet as in the documentation for my ejb.
Is there something I am missing or need to do in order for the Xdoclets to recognize my methods and create signatures for them in the Remote file?
Thanks for any help