EJB intention actions not working?
Just downloaded build #1171, started a new project with EJBs.
Found that (at least some of) the intention actions for EJB are not working/active/whatever.
Example: create a method in my session bean class, no intention action to add the method to the remote interface.
Example: create method ejbCreate() in my entity bean class, no intention action to add ejbPostCreate().
Is there a setting somewhere I need to configure, or is this truly broken?
--- Matt
请先登录再写评论。