Using eclipse 3.1 m7 and me ide 3.8.4 ga on Win XP w/ 1.5.0_03 jdk I get the following problem:
Create a session ejb with default options but check ejbCreate method checkbox:
The generated imports are corrupted…
import java.rmi.RemoteException;
import java.rmi.RemoteExceptionimport javax.ejb.SessionContext;
;
import javax.ejb.EJBException;
import javax.ejb
public TestSessionBean() {
super();
// TODO Auto-generated constructor stub
}.SessionBean;
import javax.ejb.SessionContext;
import javax.ejb.CreateException;
/**
* XDoclet-based session bean. The class must be declared
* public according to the EJB specification.
Another problem is, after creating this EJB and manually fixing up the imports and the constructor method, I right click on my EJB project and go to the properties, then click on MyEclipse-XDoclet and hit the “Add Standard…” button – the little gui dialog that lets me pick the standard xdoclet tasks does not appear.
If I go back to Eclipse 31 m6 this all works fine – both the corrupted imports and the XDoclet GUI problems don’t arise in M6.
Please advise – thanks!!!
scott burkhalter
softeng@soulsolu.com