facebook

3.8.4 for eclipse 31m7 – XDoclet problems

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #230866 Reply

    jnlSbur
    Member

    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

    #230867

    jnlSbur
    Member

    Sorry – I just found “Add Standard… button does not open window from MyE-Xdoclet” posting and see that you’ve noted the bug already.

    Any news on timing of the next release? Or is there a work around at all?

    #231454

    Riyad Kalla
    Member

    Scott,
    We just released 4.0 Milestone 2 this morning for Eclipse 3.0.2, our next 3.1 compatiable release of 4.0 Milestone 2 should be out in about a week.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: 3.8.4 for eclipse 31m7 – XDoclet problems

You must be logged in to post in the forum log in