facebook

EjbObject interface is not updating after running XDoclet

💡
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 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #244978 Reply

    Ghazala
    Member

    I am following the tutorial for J2EE Quickstart in MyEclipse,and instead of importing any web or ejb project,i am creating my own.I created a SessionBean class and added two bussiness methods and two ejbcreate method one with Argument and other without argument ,save it and Run XDoclet on Ejb Project,but its adding only one method in Remote interface and one method of ejbcreate ( method that does not have argument).Why its not updating the interfaces properly?

    #245017

    Greg
    Member

    Try adding the following tag to your second ejbCreate method:

    * @ejb.create-method view-type="remote"
    */
    public void ejbCreate(String foo) { ...etc
Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: EjbObject interface is not updating after running XDoclet

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