Hi,
Here are some problems with the functionality provided by Ctrl+I (select methods to implement) when used with EJB:
- If the ejbPostCreate method is already present, the "Select methods to implement" window doesn't list the create method anymore. After that's created manually, the implementation navigation works OK;
- The home business methods are not recognized. Even when manually created, ejbHomeDoSomething on the bean class does not show up as implementing doSomething on the home interface.
Also, are there any plans to provide the "implemented" navigation for the regular interfaces (it is now present for home and remote interfaces in EJB)? We use the business interface pattern for a project and that breaks the functionality you provide for EJB methods implementation.
Even nicer would be to offer the usage of that pattern as an option when creating an EJB. Not sure how many would find that useful, though.
Regards,
Andrei
