I am not able to create EJB 2.1 beans using a wizard in the latest version of Eclipse. I only see options to create EJB 3.0 beans.
I selected 2.1 as the 'EJB Module Version' while creating the "EJB Project". But now when I want to create a session bean, I don't see any option to create a 2.1 bean.
Is there a plugin/setting I need to enable ?
According to documentation the only way to create EJB < 3.0 in eclipse 3.5 is creating with XDoclet (I've never done before).